From 1f81cb7c1ceed69960767d096440fee5dccee8ee Mon Sep 17 00:00:00 2001 From: maix0 Date: Fri, 4 Oct 2024 16:44:48 +0200 Subject: [PATCH] update: changed stuff --- parser/src/passes.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/parser/src/passes.c b/parser/src/passes.c index 8275d907..5205828e 100644 --- a/parser/src/passes.c +++ b/parser/src/passes.c @@ -6,7 +6,7 @@ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/10/02 18:41:16 by maiboyer #+# #+# */ -/* Updated: 2024/10/03 22:41:08 by maiboyer ### ########.fr */ +/* Updated: 2024/10/04 16:44:36 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ @@ -31,10 +31,6 @@ /// - combine multiple tokens into a single if they can /// (double PIPE into OR, double AMP into AND, /// double LCARRET into DLCARET, ...) -/// - create EXPENSION token when DOLLAR and NQUOTE follow eachother, -/// maybe leaving some stuff after -/// - parse double quote string to see expansion in them, creating a meta -/// token consisting of the pieces // here is the signature easily accessible: //