change language to phisol

This commit is contained in:
Torsten Ruger
2015-10-07 15:48:32 +03:00
parent 02693e2b95
commit b0efd1d3de
2 changed files with 22 additions and 14 deletions

View File

@ -32,8 +32,9 @@ layout: site
<li> <a href="http://book.salama-vm.org/register/machine.html">Register machine abstraction</a></li>
<li> <a href="http://book.salama-vm.org/object/instructions.html">Extensible</a> instruction set</li>
</ul>
Off course salama contains a parser (PEG based) and a binary executable generation
layer (in ruby)</li>
Salama defines is's own system language (phisol) to bridge the gap between the higher language
(ruby) and assembler. Both phisol and assembler can be seens as layers towrds the final
binary executables</li>
</p>
</div>