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:
parent
eb6da84878
commit
b0d7a0bfb5
2 changed files with 26 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue