A tiny library for parsing state transition tables
-
Updated
May 4, 2023 - Python
A tiny library for parsing state transition tables
Formal Languages and Compiler Design 1. RE to FA 2. NFA to DFA 3. CFG to CNF
Table Driven State Machine example
A C++ compile-time state machine with a transition table and entry iteration, still in development but promising.
Console program reads an automaton's transition table and generates the corresponding Deterministic Finite Automaton. It can also indicate whether a given string is accepted or not by the DFA language.
Scanner for the C-- language
Java Program to convert regular expression to transition table
Add a description, image, and links to the transition-table topic page so that developers can more easily learn about it.
To associate your repository with the transition-table topic, visit your repo's landing page and select "manage topics."