Modules/Parser/rsc/grammar.txt
IlushaShurupov 01b7d96ebd Fixin map
2023-08-11 16:21:30 +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 ];