https://github.com/florianvazelle/py2mips
A python compiler to mips, written in racket (not finished)
https://github.com/florianvazelle/py2mips
compiler mips racket
Last synced: 3 months ago
JSON representation
A python compiler to mips, written in racket (not finished)
- Host: GitHub
- URL: https://github.com/florianvazelle/py2mips
- Owner: florianvazelle
- Created: 2019-01-04T17:44:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T14:41:41.000Z (over 7 years ago)
- Last Synced: 2025-04-06T05:32:56.615Z (about 1 year ago)
- Topics: compiler, mips, racket
- Language: Racket
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# py2mips
## Utilisation
racket main.rkt .py > .s
spim -file .s