starting to rename to rubyx

This commit is contained in:
Torsten Ruger
2017-01-02 00:29:20 +02:00
parent 0397d4064d
commit 1647b746ea
11 changed files with 41 additions and 38 deletions

View File

@ -67,7 +67,7 @@ module RuntimeTests
return unless box = connected
load_program
file = write_object_file
r_file = file.sub("./" , "salama/")
r_file = file.sub("./" , "ruby-x/")
box.file_upload file , r_file
print "\nfile #{file} "
return if dont_run

View File

@ -19,7 +19,7 @@ class TestRunner < MiniTest::Test
def execute file
string = File.read(file)
parser = Parser::Salama.new
parser = Parser::RubyX.new
object_space = Register::Program.new "Arm"
#TODO : files would have to include s-expressions now
syntax = parser.parse_with_debug(string, reporter: Parslet::ErrorReporter::Deepest.new)