forked from osmarks/potatOS
undo heavthing
This commit is contained in:
parent
457ffd6745
commit
5636232f88
@ -578,4 +578,4 @@ end
|
||||
local function run(x,lua)
|
||||
return interpret(into_ast(tokenize(x)),lua)
|
||||
end
|
||||
return {run=run}
|
||||
return {run=run, interpret=interpret, into_ast=into_ast, tokenize=tokenize}
|
Loading…
Reference in New Issue
Block a user