left-recursion-elimination
Here are 19 public repositories matching this topic...
Language:All
Sort:Most stars
All the weekly lab work of the subject 18CSC304J Compiler Design.
- Updated
May 11, 2022 - C++
These are my programs for compiler design lab work in my sixth semester
- Updated
May 25, 2022 - Python
Quick explanation of eliminating left recursion in Haskell parsers
- Updated
Sep 13, 2021 - Haskell
Compiler Design Lab Programs
- Updated
May 12, 2021 - C
System Programming and Compiler Construction programs
- Updated
May 29, 2018 - Java
A basic Implementation of a Deterministic Finite State Automaton (DFA), Non-Deterministic Finite State Automaton (NFA) and Fallback DFA with Actions (FDFA) along with the Left Recursion Elimination algorithm for a Context-Free-Grammar (CFG)
- Updated
Aug 3, 2020 - Python
Some important C programs on various subjects of Engineering grads students, which i have implemented in my course by myself, and are not available anywhere else on internet. Subjects like Compiler, Operating system, Data structures, Networking, Python and many more
- Updated
Mar 13, 2024 - C
- Updated
Feb 16, 2021 - Jupyter Notebook
An implementation of multiple concepts and techniques related to the theory of computation and compilers like DFA, NFA, Regular Expressions, Fallback DFA, CFG Left-Recursion Elimination, First and Follow, LL(1) Parsing, Lexical Analysis, and SDD
- Updated
Mar 11, 2023 - Java
Lexical and Semantic analysis for compiler design
- Updated
Apr 25, 2019 - C
Interpreter for non-negative arithmetic
- Updated
Jan 6, 2020 - Java
A C++ implementation for parsing and transforming Context-Free Grammars (CFGs), including left factoring, left recursion removal, and FIRST & FOLLOW set computation.
- Updated
Mar 23, 2025 - C++
This repository contains programs from the Compiler Design Lab, covering lexical analysis, parsing, syntax tree generation, and more. Implemented in C, C++, Java, and Lex, these programs demonstrate essential compiler design concepts and techniques.
- Updated
Oct 10, 2025 - C
compiling theory demostration
- Updated
Apr 10, 2021 - JavaScript
18CSC304J Compiler Design Lab codes
- Updated
Feb 24, 2023 - C++
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
- Updated
Apr 7, 2024 - Java
Improve this page
Add a description, image, and links to theleft-recursion-elimination topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theleft-recursion-elimination topic, visit your repo's landing page and select "manage topics."