lr1-parser topic

List lr1-parser repositories

ctpg

448
Stars
24
Forks
Watchers

Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyze...

fauton

42
Stars
3
Forks
Watchers

An ecosystem of packages to work with automaton and parsers (dfa/nfa/e-nfa/regex/cfg/pda)

SwiParse

17
Stars
0
Forks
Watchers

A general-purpose parser generator library in Swift with ambiguity detection and conflicts resolution.

LIBLR

65
Stars
7
Forks
Watchers

Parser Generator for LR(1) and LALR

cparse

49
Stars
1
Forks
Watchers

cparse is an LR(1) and LALR(1) parser generator