Fixing tokenizer bug
This commit is contained in:
parent
92f34e2a99
commit
d888aeb2b4
7 changed files with 27 additions and 25 deletions
|
|
@ -21,7 +21,7 @@ void run(const String& source) {
|
|||
return;
|
||||
}
|
||||
|
||||
printf("Grammar is accepted.\n");
|
||||
printf("Grammar accepted.\n");
|
||||
|
||||
printf("Example text formed from grammar : TODO\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue