Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 420 Bytes

#CS480 Term Project

####Winter 2014 @ OSU

####Authors: Ryan & Greg

This term we wrote a compiler/translator from IBTL to Gforth in Python.

See the readmes in each directory to get an overview of each component.

Each milestone built on the previous ones so hw5/milestone5 includes all of the steps for the compiler: scanner.py -> parser.py -> generator.py. And the process is initiated and managed by compiler.py.