Skip to content
Snippets Groups Projects
Commit 363c1bde authored by Johannes Heinecke's avatar Johannes Heinecke
Browse files

ajout de regles de tokenisation

parent c99dbdaa
No related branches found
No related tags found
1 merge request!7Johannes
......@@ -22,8 +22,13 @@ extern int defait_amalgames;
[ ]*: printf("\n:");
[ ]*; printf("\n;");
[ ]*… printf("\n…");
[ ]*\) printf("\n)");
[ ]*» printf("\n»");
\( printf("(\n");
' printf("'\n");
’ printf("'\n");
\" printf("\"\n");
« printf("»\n");
-je printf("\n-je");
-tu printf("\n-tu");
-on printf("\n-on");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment