From 01c8e7cf2cd19ad07b54eb6776fe494ce9d0e882 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 4 Oct 2024 19:41:52 +0200 Subject: [PATCH] update: Updating the to-do --- parser/src/passes.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/parser/src/passes.c b/parser/src/passes.c index 384482b6..4ddf4a37 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/04 19:06:20 by rparodi ### ########.fr */ +/* Updated: 2024/10/04 19:41:34 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -26,9 +26,6 @@ /// there is a few stuff we want to do, for example: /// - combine any *QUOTE token that are next to eachothers /// 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, ...) // here is the signature easily accessible: //