Simple-RegEx-Compiler-Project This is a simple regex compiler, that is based on a simple tokenizer and an LL(1) parser. For testing some code from current directory execute: python 'src/example.py' NOTE: This project is intended for educational purposes only!