How to build YAML parser using tatsu python parser generator? Parsing indent-based language like YAML is difficult, so I cannot achieve this.
TatSu was used to do experiments and bootstrap the new PEG parser in Python.
You can find the solutions to INDENT/DEDENT I used in the original efforts here:
INDENT
DEDENT
https://github.com/neogeny/pygl
TatSu was used to do experiments and bootstrap the new PEG parser in Python.
You can find the solutions to
INDENT/DEDENTI used in the original efforts here:https://github.com/neogeny/pygl