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