Parses pseudocode following these specifications and outputs its python equivalent.
python main.py <pseudocode file> <python output file>
python main.py -l
python main.py --license
Stuff which are buggy/hacky:
- File IO
- Comment handling
Stuff which are incomplete:
- Pass by reference