Compiler Design Project
- Clone the repo
git clone https://github.com/hg333/Sanskrit-Compiler.git
- Write the code in
sample.txt
- Execute non interactive compiler
python3 noninteractive.py
- The TAC will get updated in
tac.txt
- Generate the target code
python3 targetcode.py
- The Target-code will get updated in
text.asm