Skip to content
Snippets Groups Projects

Johannes

Merged Alexis Nasr requested to merge johannes into master
1 file
+ 7
3
Compare changes
  • Side-by-side
  • Inline
@@ -15,9 +15,13 @@ extern int defait_amalgames;
@@ -15,9 +15,13 @@ extern int defait_amalgames;
[0-9]+,[0-9]* printf("%s", yytext);
[0-9]+,[0-9]* printf("%s", yytext);
[ \t]+ printf("\n");
[ \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");
’ printf("'\n");
’ printf("'\n");
-je printf("\n-je");
-je printf("\n-je");
Loading