Skip to content

Parser issue with functions #99

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

Open
jjg-123 opened this issue Feb 10, 2025 · 0 comments
Open

Parser issue with functions #99

jjg-123 opened this issue Feb 10, 2025 · 0 comments

Comments

@jjg-123
Copy link
Collaborator

jjg-123 commented Feb 10, 2025

The parser allows for functions statements like f(3 4 5) (so spaces) and rather than issuing an error, it simply results in f(3) and silently discards the rest of it. Spaces in a list of function arguments should trigger an error.

In particular, if there are functions with the same name and different lists of arguments, this always chooses the monadic one silently.

jjg-123 added a commit that referenced this issue Feb 11, 2025
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