scannerless
There are 4 repositories under scannerless topic.
phorward/unicc
LALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
terrario-js/terrario
A refined, expressive parser combinator library.
A-LPG/LPG2
The LALR parser generator (LPG) is a tool for developing scanners and parsers. Supports multi-language . Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
kuafuwang/LPG2
The LALR parser generator (LPG) is a tool for developing scanners and parsers written in TypeScript ,C#, Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.