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
Branches
No related tags found
1 merge request!7Johannes
This commit is part of merge request !7. Comments created here will be created in the context of that merge request.
......@@ -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