Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fffaraz/dfa
Deterministic Finite Automata in C++, Token Parser & Lexer
https://github.com/fffaraz/dfa
automata c-plus-plus compiler dfa finite-state-automata finite-state-machine finite-state-machines lexer parser
Last synced: 2 days ago
JSON representation
Deterministic Finite Automata in C++, Token Parser & Lexer
- Host: GitHub
- URL: https://github.com/fffaraz/dfa
- Owner: fffaraz
- Created: 2013-01-27T15:44:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T16:07:45.000Z (almost 12 years ago)
- Last Synced: 2024-05-01T21:38:03.333Z (7 months ago)
- Topics: automata, c-plus-plus, compiler, dfa, finite-state-automata, finite-state-machine, finite-state-machines, lexer, parser
- Language: C++
- Homepage:
- Size: 105 KB
- Stars: 46
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DFA
===Deterministic Finite Automata
very simple DFA implementation in pure C++Faraz Fallahi ([email protected])