Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 478 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 478 Bytes

pseudocode-parser

Parses pseudocode following these specifications and outputs its python equivalent.

Usage

python main.py <pseudocode file> <python output file>
python main.py -l
python main.py --license

Implementation details

Stuff which are buggy/hacky:

  • File IO
  • Comment handling

Stuff which are incomplete:

  • Pass by reference

License

GPLv3
GPL V3 Logo