/mini-machine-virtuelle

Master's degree project

Primary LanguageJava

Mini Machine Virtuelle

Master's degree project about create a specify virtual machine which can interpreted expression to do calculations on integers, store them on the RAM and display them on standard output.

This project use the visitor design pattern.

TODO

  • Addition
  • Subtraction
  • Division
  • Multiplication
  • Variables (affectation := and readable)
  • Display numbers (println)
  • Compilation

Credits