Compile a python3 subset into MIPS used by programable chips in stationeers
Stars
14
Forks
3
Watchers
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
22
commits
Fix issue with redundant jumps in while
44ded51
Added support for math function
fd49b7c
Added assignment operators
37af4c7
Optimesed ifstmt for less jump instructions
f164bc8
Added lookahead for branch to save instructions
b7697db
Added support for reagents
b1fc172
Added db as default device
b223c4d
Added error handling
1d182bc
Reworked structure of compiler.
ff1dc11
Added early slot access support
16171a1
Improved --debug info
6c6999d
Added support for "not"
3388eac
Always have a line sep at the end
000692c
Capture parser errors
4ada723
Added support for stdin
88530df