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

Merge branch 'master' of https://gitlab.lif.univ-mrs.fr/alexis.nasr/macaon2 into johannes

parents f982c2f7 821ec273
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.
......@@ -15,9 +15,13 @@ extern int defait_amalgames;
[0-9]+,[0-9]* printf("%s", yytext);
[ \t]+ printf("\n");
\. printf("\n.");
\, printf("\n,");
… printf("\n…");
[ ]*\. printf("\n.");
[ ]*\? printf("\n?");
[ ]*\! printf("\n!");
[ ]*, printf("\n,");
[ ]*: printf("\n:");
[ ]*; printf("\n;");
[ ]*… printf("\n…");
' printf("'\n");
’ printf("'\n");
-je printf("\n-je");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment