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: //