left-recursion
There are 13 repositories under left-recursion topic.
arithy/packcc
A parser generator for C
TheLartians/PEGParser
💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
shushrutsharma/18CSC304J-CD
All the weekly lab work of the subject 18CSC304J Compiler Design.
davidkellis/arborist
Arborist is a PEG parser that supports left-associative left recursion
zerhud/ascip
c++ ascii not poisonous parsing library
Ahad1317/CompilerDesign--18CSC304J
Compiler Design experiments including c, flex, bison, scanner, java and other codes
nagasai123-k/Compiler-Design---18CSC304J-
18CSC304J Compiler Design Lab codes
ivo96/expression-parser
Parsing complex expressions into a tree and getting the answer. Built with C++.
alafty/LeftRecursionElimination
Task 5 for the Compilers lab where the needed deliverable is a class that takes a CFG without unit rules and epsilon closures and outputs the same CFG after eliminating Left Recursion
AndronicusLepcha/Context-Free-Grammar-Analyze
This open-source project is a tool for analyzing context-free grammar (CFG) productions.
daug32/Volgatech.FiniteAutomatas
Theory of Automatas and Formal Languages + Theory of Programming Languages