start on vool, the virtual oo language

start with syntax tree, not linked into existing code until finished
This commit is contained in:
Torsten Ruger
2017-04-01 15:57:39 +03:00
parent b756d275e4
commit 295782d9e6
7 changed files with 63 additions and 1 deletions

View File

@ -13,5 +13,5 @@ require "risc"
require "risc/builtin/space"
require "arm/arm_machine"
require "arm/translator"
require "rubyx/ruby_compiler"
require "vool.rb"