Builtin is no more, final conversions done

All preloading where it needs to be
(some)tests for the preload
split compiler test
remembered binary tests (usually just run on travis)
This commit is contained in:
2019-09-13 20:34:41 +03:00
parent 8af17a69ea
commit 1ee01622c3
15 changed files with 74 additions and 34 deletions

View File

@ -3,10 +3,6 @@ require_relative "../helper"
module Elf
class FullTest < MiniTest::Test
DEBUG = false
def setup
end
def in_space(input)
"class Space; #{input} ; end"