Compiler Design project in partial fulfillment of the requirements for the Automata Theory and Formal Languages course.
- dom.py is a work in progress
- Only lexer.py functions properly (To be refactored)
- To test lexer, run from shell.py
- Make sure you have Python 3.8+ installed on your system.
- Clone the repository
git clone https://github.com/your-username/DOM-Compiler.git cd DOM-Compiler - Install ctk
pip install ctk