|
|
|
|
|
by LPisGood
454 days ago
|
|
This is a cool use case that probably saved you some time, but writing a recursive descent parser is something freshman CS students do for a lab assignment. It isn’t exactly breaking new ground or doing anything you couldn’t find with a quick google search. |
|
If you have a parser generator tool that can go from zero to parser based on a few examples rather than a grammar, I’d love to hear about it.