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
A C++ compile-time state machine with a transition table and entry iteration, still in development but promising.
Table Driven State Machine example
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.
Java Program to convert regular expression to transition table
Scanner for the C-- language
A custom made high-performance Chess Engine created entirely from scratch in modern C++, supporting UCI and terminal plays, O(1) memory hashing, and highly optimized game tree search algorithms along with Tapered evaluation leading to a signifcant rise in performance.
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."