Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 283 Bytes

File metadata and controls

11 lines (8 loc) · 283 Bytes

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!