cleaned up repo and code in prep to push to dev

This commit is contained in:
Partho Bhattacharya
2025-02-12 12:41:23 -05:00
parent 0e3c0543d7
commit 76cc3754c2
8 changed files with 17 additions and 1827 deletions

View File

@ -31,7 +31,7 @@ COMMENTCHAR [^\*]|\*[^\)]
\"{SCHAR}*\" {printf( "C_STRING: %s (%d)\n", yytext, atoi( yytext ) );}
{STARTCOM}{COMMENTCHAR}*{ENDCOM} {printf( "COMMENT: %s (%d)\n", yytext, atoi( yytext ) );}
\(\*{COMMENTCHAR}*\*\) {printf( "COMMENT: %s (%d)\n", yytext, atoi( yytext ) );}
.|\n