Moved core into lib/ and recompiled.
This commit is contained in:
parent
0ee5b58882
commit
3b10a60826
@ -1,4 +1,4 @@
|
||||
run file "core.nom"
|
||||
run file "lib/core.nom"
|
||||
|
||||
test: say "foo" ..yields ".."
|
||||
|Call [say %]:
|
||||
|
@ -3,7 +3,7 @@
|
||||
start with a #.. and
|
||||
continue until dedent
|
||||
|
||||
run file "core.nom"
|
||||
run file "lib/core.nom"
|
||||
|
||||
say "foo"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
run file "core.nom"
|
||||
run file "lib/core.nom"
|
||||
run file "lib/secrets.nom"
|
||||
run file "lib/plurals.nom"
|
||||
|
||||
|
@ -576,7 +576,7 @@ do
|
||||
elseif "Var" == _exp_0 then
|
||||
add("vars[" .. tostring(utils.repr(tree.value, true)) .. "]")
|
||||
else
|
||||
error("Unknown/unimplemented thingy: " .. tostring(tree.type))
|
||||
self:error("Unknown/unimplemented thingy: " .. tostring(tree.type))
|
||||
end
|
||||
buffer = table.concat(buffer, "\n")
|
||||
return buffer, return_value
|
||||
|
Loading…
Reference in New Issue
Block a user