Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 318 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 318 Bytes

Simple Python

in this project we design a simplified version of python using racket.
you can check out "document.pdf" for implemented statements and syntax and the whole proccess of this project!
you also have access to sources which contains the implementation of interpreter, parser and scanner, and ...