Fixing tokenizer bug

This commit is contained in:
IlushaShurupov 2023-08-10 18:33:17 +03:00 committed by Ilya Shurupov
parent a938bf9bb1
commit 92e772cde1
7 changed files with 27 additions and 25 deletions

View file

@ -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");