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

The parser for the call statement is __very__ weak #8

Open
glaukiol1 opened this issue Apr 15, 2022 · 0 comments
Open

The parser for the call statement is __very__ weak #8

glaukiol1 opened this issue Apr 15, 2022 · 0 comments
Labels
bug Something isn't working
Projects

Comments

@glaukiol1
Copy link
Owner

The parser splits the arguments by strings.split(s, ","), which does not allow the character , to be used but to separate arguments. This causes many problems, since a string like hello, world would error the program. Also, you can't nest functions with more than one argument, since it would also break.

@glaukiol1 glaukiol1 added the bug Something isn't working label Apr 15, 2022
@glaukiol1 glaukiol1 added this to Bugs in Gago Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Gago
Bugs
Development

No branches or pull requests

1 participant