1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00

Check identifier pattern in more cases while parsing

This commit is contained in:
Étienne Fildadut 2021-04-08 13:22:26 +02:00
parent eb6da84878
commit b0d7a0bfb5
2 changed files with 26 additions and 7 deletions

View file

@ -82,6 +82,9 @@ if args.script then
end
until t == "return" or t == "error"
end
if args.save then
print(inspect(vm:save()))
end
else
print("error", err)
end