with the to_basic it actually compiles in the browser

also outputs the space using sof, just like in terminal
opal really is a feat of engineering
This commit is contained in:
Torsten Ruger
2015-07-12 10:03:23 +03:00
parent 1ebdf7f43c
commit 157981edf0
2 changed files with 9 additions and 2 deletions

View File

@ -6,6 +6,6 @@ class ParseTask < Volt::Task
parser = Parser::Salama.new
out = parser.parse(string_input)
parts = Parser::Transform.new.apply(out)
Sof.write parts
parts.to_basic
end
end