Skip to content

MIPScript v1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@BenediktLamberty BenediktLamberty released this 08 Jun 10:45
· 5 commits to main since this release
a4b787f

MIPScript
My own programming language with a compiler written in python, which produces MIPS-Assembly code.

Features:

  • ints with arithmetic and booleans with logic
  • variables with scope
  • control flow with if and while
  • functions
  • lists with operations