Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-31 | test/check_cnp: working algorithm | JSDurand | |
I now have a working algorithm in test/check_cnp. It can correctly parse the grammar for an esoteric language called "Brainfuck". This language does not matter. What matters is that it contains parentheses. So this shows that at least for grammars as complex as parentheses, this parser works well. Haha. | |||
2021-11-08 | initial commit | JSDurand | |
Now the rough framework is established and the grammar class is sort of ready. It remains to write a general input reading mechanism. |