CF Grammar improvements

This commit is contained in:
IlushaShurupov 2023-08-10 17:29:28 +03:00
parent 424787c735
commit 92f34e2a99
10 changed files with 262 additions and 20 deletions

12
Parser/rsc/grammar.txt Normal file
View file

@ -0,0 +1,12 @@
/*
Sample grammar.
This grammar wil produce text in the form: TODO
*/
/* This is the starting production of the grammar */
Start A
/* Production rule */
A : [ ID ];