GoGoPAPAGENO
GoGoPAPAGENO (PArallel PArser GENeratOr) is a parallel parser generator based on Floyd's Operator Precedence Grammars.
It generates parallel Go parsers starting from a lexer and a grammar specification.
These specification files resemble Flex and Bison ones, although with some differences.
The generated parsers are self-contained and can be used without further effort.
This fork of Gopapageno, by Simone Guidi, is supposed to solve some original performance issues and add support for further languages (XPath queries and others).
This work is based on Papageno, a C parallel parser generator.
Authors and Contributors