From a2ddf6fa81ecebe495d16e59af7575d384bfaf37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 22 Oct 2017 19:44:49 +0200 Subject: [PATCH] Add FIXME comment for MOTCLE matching --- lexer/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lexer/main.c b/lexer/main.c index 26ba1d5..8122023 100644 --- a/lexer/main.c +++ b/lexer/main.c @@ -87,6 +87,7 @@ init: } MC1: + // FIXME: Partial match need a rewind in the characters extraction from the file if (c == Titre[j] && j < strlen(Titre) - 1) { c = fgetc(source); tokenValue[i] = c; -- 2.34.1