A collection of tools for Formal Languages and Compilators course
Calculate First and Follow sets for your context-free grammar
Generate LL(1) parsing table and check if your grammar is LL(1)
Remove left recursion from your context-free grammar
Apply left factoring to your context-free grammar
Convert a context-free grammar to Chomsky Normal Form (CNF)
Generate SLR Automaton (table to be implemented) with steps