#
LR parser
In computer science, LR parsers are a type of bottom-up parser that analyse deterministic context-free languages in linear time.[1] There are several variants of LR parsers: SLR parsers, LALR parsers, Canonical LR(1) parsers, Minimal LR(1) parsers, and GLR parsers. LR parsers can be generated by a parser generator from a formal grammar defining the syntax of the language to be parsed. They are widely used for the processing of computer languages.
Here are 5 public repositories matching this topic...
A General Parser Compiler and Parser Test Lab
-
Updated
Sep 29, 2025 - Rust
📚An educational purpose LR, LL, SLR parser generator
-
Updated
Dec 8, 2025 - Rust
- Followers
- 8 followers
- Website
- github.com/topics/lr-parser
- Wikipedia
- Wikipedia