mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Merge state on vm:eval, new aliases need to be merged
This commit is contained in:
parent
721464218c
commit
607313d5ce
3 changed files with 18 additions and 9 deletions
|
|
@ -125,7 +125,6 @@ functions = {
|
|||
end
|
||||
},
|
||||
-- alias
|
||||
-- TODO: currently directly change global state, should new aliases be kept in case of interpreter error before a merge?
|
||||
["alias(identifier::string, alias::string)"] = {
|
||||
value = function(identifier, alias)
|
||||
-- check identifiers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue