First and follow set solver in Javascript
-
Updated
Jan 2, 2021 - JavaScript
First and follow set solver in Javascript
Find First and Follow of a Context free grammar
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.
A C++ implementation for computing FIRST and FOLLOW sets of a grammar to aid in LL(1) parser construction.
Add a description, image, and links to the first-follow topic page so that developers can more easily learn about it.
To associate your repository with the first-follow topic, visit your repo's landing page and select "manage topics."