mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
16 lines
671 B
Text
16 lines
671 B
Text
TODO: improve type checking.
|
|
Right now, there is some basic type checking done at parsing - but since Lua and Anselme functions may not always define the type of
|
|
their parameters and return value, a lot of checks are skipped ("undefined argument" type).
|
|
Probably won't be able to remove them completely (since lists can have mixed types, etc.), but would be good to limit them.
|
|
Ideally, we'd avoid runtime type checking.
|
|
|
|
TODO: test reacheability of script paths
|
|
TODO: functions with default value for arguments / named parameters. Use = as name-value delimiter.
|
|
TODO: allow passing varargs as is to another function call
|
|
|
|
Symbols still available:
|
|
`
|
|
'
|
|
_
|
|
¤ £ €
|
|
?
|