Add FIXME comment for MOTCLE matching
[TP_AL_C.git] / lexer / main.c
index 26ba1d5594ada06869ac350d6235bce78b048812..8122023c63a6a6ded748ea99eda9cfba89d1e840 100644 (file)
@@ -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;