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:
@ -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
|
||||
|
Reference in New Issue
Block a user