Topic: "left-recursion"
arithy/packcc
A parser generator for C
Language: C - Size: 714 KB - Last synced at: 8 days ago - Pushed at: 23 days ago - Stars: 385 - Forks: 33

TheLartians/PEGParser
💡 Build your own programming language! A C++17 PEG parser generator supporting parser combination, memoization, left-recursion and context-dependent grammars.
Language: C++ - Size: 183 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 246 - Forks: 22

shushrutsharma/18CSC304J-CD
All the weekly lab work of the subject 18CSC304J Compiler Design.
Language: C++ - Size: 2.13 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 84 - Forks: 60

davidkellis/arborist
Arborist is a PEG parser that supports left-associative left recursion
Language: Crystal - Size: 7.28 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 0

zerhud/ascip
c++ ascii not poisonous parsing library
Language: C++ - Size: 926 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

Ahad1317/CompilerDesign--18CSC304J
Compiler Design experiments including c, flex, bison, scanner, java and other codes
Language: C++ - Size: 18.6 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

Umer-Farooq-CS/LL1-Parser-Plus
LL(1) parser toolkit in C: reads a grammar, performs left factoring and left recursion removal, computes FIRST/FOLLOW, builds an LL(1) table, and parses strings with a custom stack and detailed debug output. Includes Makefile, Windows script, sample grammar, and inputs.
Language: C - Size: 283 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

vpatel95/compiler-design
Language: C++ - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 0

Umer-Farooq-CS/LL1-Parser-Toolkit
C-based toolkit for context-free grammars: reads a grammar, performs left factoring and left recursion removal, computes FIRST/FOLLOW sets, and builds/prints an LL(1) parsing table. Includes sample grammars, Makefile, and a PowerShell build script for Windows.
Language: C - Size: 210 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

daug32/Volgatech.FiniteAutomatas
Theory of Automatas and Formal Languages + Theory of Programming Languages
Language: C# - Size: 10.3 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

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
Language: Java - Size: 12.7 KB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

NaimuL0/compiler_design
Language: C - Size: 300 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Nagasai125/Compiler-Design---18CSC304J-
18CSC304J Compiler Design Lab codes
Language: C++ - Size: 1.48 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ivo96/expression-parser
Parsing complex expressions into a tree and getting the answer. Built with C++.
Language: C++ - Size: 25.4 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0
