52 skills found · Page 1 of 2
ruby / RaccRacc is an LALR(1) parser generator. It is written in Ruby itself, and generates ruby programs.
ruby / LramaPure Ruby LALR parser generator
jsinger67 / ParolLL(k) and LALR(1) parser generator for Rust and C#
d11wtq / WhittleWhittle: A small LALR(1) Parser in Pure Ruby (Not a Generator)
skywind3000 / LIBLRParser Generator for LR(1) and LALR
roop / CitronAn LALR Parser Generator for Swift
phorward / UniccLALR parser generator targetting C, C++, Python, JavaScript, JSON and XML
h2337 / Cparsecparse is an LR(1) and LALR(1) parser generator
rvanvelzen / LimeLime is a LALR(1) parser generator written in PHP. The original source code can be found at http://sourceforge.net/projects/lime-php/, this is just a fork.
gwenn / Lemon RsLALR(1) parser generator for Rust based on Lemon + SQL parser
schemeway / Lalr ScmAn Efficient LALR(1) Parser Generator for Scheme
abrobston / JsccJS/CC LALR(1) Parser Generator: A LALR(1) Parser Generator for JavaScript written in JavaScript
k-john-gough / GppgGPPG is a parser generator that produces parsers written in the C# V2 or higher. The input language is YACC-like, and the parsers are LALR(1), with the usual automatic disambiguations. Designed to work with GPLEX.
yiminghe / KisonA LALR(1)/LL(1)/LL(K) parser generator for javascript/typescript
alexpizarroj / Lalr1 Table GeneratorLALR(1) parsing table generator (based on the Purple Dragon Book).
Ada-France / AyaccAyacc - An Ada LALR(1) parser generator
ehwan / RustyLRbison-like Parser generator & Compiler frontend framework that generate optimised IELR(1)/LALR(1) tables with Deterministic LR and Non-Deterministic GLR parsing. Write custom reduce actions in Rust and get beautiful diagnostics out of the box.
choltreppe / ParlexgenA parser generator for nim
alan-j-hu / AsparserationsAsparserations is an LR(1) and LALR(1) parser generator frontend. It outputs JSON representing the parse table.
krabicezpapundeklu / Lemon ParserLemon is an LALR(1) parser generator for C or C++.