moving vool_method to parfait

This commit is contained in:
Torsten Ruger
2017-12-10 20:47:26 +02:00
parent b7701d0d5e
commit bc5906fb83
10 changed files with 55 additions and 28 deletions

View File

@@ -1,6 +1,7 @@
# VOOL
Virtual Object Oriented Language
--------------------------------
in other words, ruby without the fluff.
@@ -11,7 +12,7 @@ Possibly later other languages can compile to this level, eg by running in the s
Vool is the layer of concrete syntax tree. The Parser gem is used to parse ruby. It creates
an abstract syntax tree which is then transformed.
The next layer down is the Vom, Virtual object Machine, which uses an instruction tree.
The next layer down is the Mom, Minimal object Machine, which uses an instruction tree.
That is on the way down we create instructions, but stay in tree format. Only the next step
down to the Risc layer moves to an instruction stream.