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

@ -18,4 +18,4 @@ require_relative "vool/send_statement"
require_relative "vool/variables"
require_relative "vool/while_statement"
require_relative "vool/compiler"
require_relative "vool/ruby_compiler"