And now test works too

This commit is contained in:
2023-07-14 13:56:44 -03:00
parent 8b8783f0f2
commit 91a8c57966
4 changed files with 125 additions and 122 deletions

View File

@@ -113,7 +113,8 @@
sc_result parse(char *input, unsigned int len) {
%%write data;
char *eof, *ts, *te = 0;
char *eof = input + len;
char *ts, *te = 0;
int cs, act = 0;
char *start = input;