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.
RustyLR is a parser generator that converts context-free grammars into IELR(1)/LALR(1) tables with deterministic LR and GLR parsing strategies. It supports custom reduce action in Rust, with beautiful diagnostics.
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."