A parser generator for C
- Updated
Oct 24, 2025 - C
A parser generator for C
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.
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.
This open-source project is a tool for analyzing context-free grammar (CFG) productions.
📚 Build an LL(1) parser that processes grammars, computes FIRST/FOLLOW sets, and visualizes stack operations while parsing input strings efficiently.
Add a description, image, and links to the left-recursion topic page so that developers can more easily learn about it.
To associate your repository with the left-recursion topic, visit your repo's landing page and select "manage topics."