JFTT Code Golf Compiler

This is my compiler written in Python

I wasn't focusing much on optimization as I wanted to take part in code golf challenge

There are two versions of it: first (golf.py) that has lower than 500 lines and the normal one (normal.py)

Usage: python3 golf.py [ input file ] [ output file ]

If you have any questions about my compiler or need help, feel free to contact me

PS I know this compiler is badly formatted but it doesn't matter while you write codegolf code