Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement more types & multiple parameters #11

Open
jwpjrdev opened this issue Apr 3, 2022 · 0 comments
Open

Implement more types & multiple parameters #11

jwpjrdev opened this issue Apr 3, 2022 · 0 comments

Comments

@jwpjrdev
Copy link
Owner

jwpjrdev commented Apr 3, 2022

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.

@jwpjrdev jwpjrdev pinned this issue Apr 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant