Modules/Parser/rsc/grammar.txt
IlushaShurupov f5e9b041cd Fixin map
2024-11-24 22:38:03 +03:00

12 lines
184 B
Text

/*
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 ] [ IS ] [ IDs ];