This is simply a python playground I wrote during a holiday because I didn't have my usual development environment and couldn't do usual stuff. Tried learning to write LR(1) and SLR parser generators ...
This is an LR(1) Parser Generator with a special feature: terminals and nonterminals can be instances of System.Type, and production rules can be written as static methods on a class. For each method, ...