KTU 7th Semester Compiler Design lab programs along with algorithms
-
Updated
Dec 27, 2022 - C
KTU 7th Semester Compiler Design lab programs along with algorithms
Conversions covered: regex to NFA, NFA to DFA, DFA to regex. Minimizing DFA.
bison-like parser generator & compiler frontend that converts context-free grammars into IELR(1)/LALR(1) tables with deterministic LR and non-deterministic GLR parsing. Write custom reduce actions in Rust and get beautiful diagnostics out of the box.
Code to convert Regex to NFA, NFA to DFA, DFA to Regex and Minimize DFA
Add a description, image, and links to the minimize-dfa topic page so that developers can more easily learn about it.
To associate your repository with the minimize-dfa topic, visit your repo's landing page and select "manage topics."