Skip to content

Releases: BenediktLamberty/EigeneProgrammiersprache

MIPScript v1.0-alpha

08 Jun 10:45
a4b787f
Compare
Choose a tag to compare
MIPScript v1.0-alpha Pre-release
Pre-release

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