rename phisol to soml

This commit is contained in:
Torsten Ruger
2015-10-23 14:22:55 +03:00
parent 991cc0519f
commit e0c5bc4c11
31 changed files with 60 additions and 97 deletions

View File

@ -5,7 +5,7 @@ The RegisterMachine, is an abstract machine with registers. Think of it as an ar
normal instruction names. It is not however an abstraction of existing hardware, but only
of that subset that we need.
Our primary objective is to compile Phisol to this level, so the register machine has:
Our primary objective is to compile Soml to this level, so the register machine has:
- object access instructions
- object load
- object oriented call semantics