mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Improve function decorator parsing
This commit is contained in:
parent
f2e74c94c9
commit
38b2a6ae69
7 changed files with 57 additions and 104 deletions
|
|
@ -125,7 +125,7 @@ functions = {
|
|||
end
|
||||
},
|
||||
-- alias
|
||||
-- TODO: directly change global state, should new aliases be kept in case of interpreter error before a merge?
|
||||
-- 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