rename bools compiler to ruby_compiler

as that is what is does, compile ruby strings into vool st
This commit is contained in:
Torsten Ruger
2017-04-06 15:36:41 +03:00
parent 3683aa8976
commit b9caad937a
16 changed files with 87 additions and 79 deletions

View File

@ -5,7 +5,7 @@ module Vool
def setup
input = "class Tryout < Base;end"
@lst = Compiler.compile( input )
@lst = RubyCompiler.compile( input )
end
def test_compile_class