Modules/Parser/rsc/grammar.txt
2023-08-10 18:35:48 +03:00

12 lines
169 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 ];