From 11898cba9b7a70dcc037f1a0e0d6bb57c87daa14 Mon Sep 17 00:00:00 2001 From: maix0 Date: Wed, 2 Oct 2024 19:22:45 +0200 Subject: [PATCH] update: updated passes.c --- parser/src/passes.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/parser/src/passes.c b/parser/src/passes.c index 49e6505a..057eac95 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/02 19:15:38 by maiboyer ### ########.fr */ +/* Updated: 2024/10/02 19:22:37 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ @@ -30,9 +30,11 @@ /// into a single metatoken WORD /// - combine multiple tokens into a single if they can /// (double PIPE into OR, double AMP into AND, -/// double LCARRET into DLCARET, ...) +/// double LCARRET into DLCARET, ...) /// - create EXPENSION token when DOLLAR and NQUOTE follow eachother, -/// maybe leaving some stuff after +/// 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: //