_index.md (376B)
1 --- 2 title: "Regular expression engine built with finite state automata" 3 --- 4 A simple regular expression engine utilising various finite automaton built in rust. 5 6 I implemented almost everything myself, the main external dependencies are for 7 the graph implementation & visualisation. See the writeup for more details: 8 {{< article link="/projects/dfa-regex-engine/writeup/" >}}