glr-parser
There are 12 repositories under glr-parser topic.
igordejanovic/parglare
A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/
YaccConstructor/YaccConstructor
Platform for parser generators and other grammarware research and development. GLL, RNGLR, graph parsing algorithms, and many others are included.
ehwan/RustyLR
GLR, LR(1) LALR(1) parser generator for Rust with custom reduce action
buck-yeh/parsergen
Self-hosted parser/scanner generator from LR grammar with semantic annotations in C++20
buck-yeh/bux
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
mdolgun/GLRParser
A GLR Parser for Natural Language Processing and Translation
Aethon/glare
GLR parser combinator library
denim2x/CLIPS
Implementations of various algorithms in CLIPS
sebaFlame/CNFDotnet
Testing out different parser implementations
vyvee/ndom-cardinal-number
Ndom Cardinal Numbers
fedor-malyshkin/story_line2_glr_parser
StoryLine 2. GLR-Parser (rule-base)
jorbDehmel/libglr
A (runtime) GLR parser in C++. This generates parser *objects*, not compilable files.