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

Function declarations do not accept args with dots in them #36

Closed
SamWindell opened this issue Jul 30, 2016 · 1 comment
Closed

Function declarations do not accept args with dots in them #36

SamWindell opened this issue Jul 30, 2016 · 1 comment
Labels

Comments

@SamWindell
Copy link
Contributor

function func(a.b)
    message(a.b)
end function

This will cause an error, while if you changed a.b to a_b it will work. This is really only a minor inconvenience at best. Fixing this will likely not be easy as it will involve diving into the workings of the parser.

@eitherys
Copy link
Collaborator

I'm marking this as "wontfix" unless more people request it. It's kind of an extremely particular thing to do and bad coding practice in general, so only if more people are taken with the idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants