This is my solitions to labs in automata theory
Extract information from the text using three methods and compare them (using lex, regex and state machine compiler)
Here I make a regex library, that gives most of the popular features while using updated DFA under the hood. Nice stuff!
This a compiled programming language that have built-in maze logic, so it can generate and solve mazes. That's why it's probably a domain specific language. Still prettry cool!
The rest are simple bonus tasks, not much of interest.