6 skills found
jplevyak / DparserA Scannerless GLR parser/parser generater.
phorward / UniccLALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
terrario-js / TerrarioA refined, expressive parser combinator library.
ParserKt / ParserKtNaive one-pass recursive descent, scannerless parser framework for Kotlin
fpreiswerk / OCMDemoThis is demo code for the paper “Hybrid MRI-ultrasound acquisitions, and scannerless real-time imaging”.
A-LPG / LPG2The 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.