I'm not sure exactly why I would do this, but the idea would be to have parsers for a language be generated from some sort of grammar file. It could be nice if I wanted to extend this project to have practice sheets for programming. It would be something similar to ebnf, but slightly different, so I could make better use of certain parser primitives.
I'm not sure exactly why I would do this, but the idea would be to have parsers for a language be generated from some sort of grammar file. It could be nice if I wanted to extend this project to have practice sheets for programming. It would be something similar to ebnf, but slightly different, so I could make better use of certain parser primitives.