-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
Description
The TatSu grammar syntax is the result of the experience with parsing several major programming languages. Common constructs have shortcuts that help in building ASTs.
For people coming from other parser generators or wanting to experiment with different ones, it would be good if their grammar in standard PEG syntax was understood by TatSu.
Another syntax that TatSu could accept is standard EBNF.