undo heavthing

This commit is contained in:
osmarks 2021-01-29 22:14:55 +00:00
parent 457ffd6745
commit 5636232f88
1 changed files with 1 additions and 1 deletions

View File

@ -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}