- This project is a langauge interpreter that is capable of running one line code on shell and compile whole file.
- It only supports ".lca" file which means "LazyCoderr + Arpit"
THIS IS NOT A REAL LANGUAGE. IT IS JUST A SMALL PROTOTYPE OF HOW REAL INTERPRETERS WORK!
- Clone this repository
- Run "python main.py arpit.lca" to run sample code file
- Run "python main.py" to open shell and code directly on shell
- Run "quit()" to exit from shell
- Documentation will be uploaded soon. Stay tuned!
- Output of arpit.lca
- Output on shell