There are 0 repository under clr-parser topic.
LR Parser (LR(0), SLR(1), CLR(1) and LALR(1))
These are the various assignments that were done as a part of the Compiler Design Laboratory
A typescript & Node.js implemented compiler front-end project includes CLR parser generator.
A flexible and customizable complete parser with your manual configuration written with java language and javafx library
The project work would include a set of predefined grammar and an interface which would convert each phase of the parsing process into a visual representation and would display onto webpage.
Implementation of LL(0), LR(0), SLR(1), CLR(1) algorithms in C# (Visual Representation is also available)
LL(1) LR(1) SLR(1) LALR(1) Visualization
Grammax is a Java & C++ bottom-up SLR/CLR parser generator that builds parsers from grammars in Backus-Naur-Form.
Bottom Up Parsers - Compiler Design