A toy compiler (lexer-parser) written in python viz RPLY and LLVMLite to calculate simple mathematical expressions.
To do:
- Code Lexer. ✔
- Code Parser. ✔
- Code AST. ✔
- Use LLVMLite for optimisation and conversion to machine code.
Follow the steps to run the web-app on your local machine:
-
Clone the repository
git clone https://github.com/chumba-wamba/Calc-It.git
-
Install the Dependencies
cd Calc-It pip install -r requirements.txt