diff --git a/src/compilateur-l.c b/src/compilateur-l.c index b0c9159..9efee5e 100644 --- a/src/compilateur-l.c +++ b/src/compilateur-l.c @@ -17,7 +17,7 @@ int main(int argc, char **argv) { exit(1); } - // test_yylex_internal(yyin); + test_yylex_internal(yyin); uniteCourante = yylex(); programme();