You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only valid type is strings. There's a whole bunch of others to implement (check out the docs).
In code, all builtin (soon to be function) arguments are just a single string. This makes for some very ugly code (there's no dedicated value struct or anything to hold data & manage types). After this is dealt with, the AST especially will hopefully be a lot more idiomatic.
The text was updated successfully, but these errors were encountered:
Currently, the only valid type is strings. There's a whole bunch of others to implement (check out the docs).
In code, all builtin (soon to be function) arguments are just a single string. This makes for some very ugly code (there's no dedicated value struct or anything to hold data & manage types). After this is dealt with, the AST especially will hopefully be a lot more idiomatic.
The text was updated successfully, but these errors were encountered: