bit of renaming and a string test

This commit is contained in:
Torsten Ruger
2018-04-24 20:12:49 +03:00
parent ee28d12429
commit 6fc84d2f98
13 changed files with 61 additions and 271 deletions

View File

@ -80,7 +80,7 @@ module Risc
end
# do the setup, compile and run the input to the end
def run_input(input)
def run_main(input)
@string_input = as_main(input)
do_setup
run_all