We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
method_statement
Looks like it's time to get rid of method_statement entirely. function_call_statement (using function_call) handles everything it does and more, so having both just makes for ambiguity in the grammar.
Looks like it's time to get rid of method_statement entirely.
function_call_statement (using function_call) handles everything it does and more, so having both just makes for ambiguity in the grammar.
function_call_statement
function_call
Originally posted by @klauer in #59 (comment)
Checklist:
iec.lark
MethodStatement
blark.transformers
The text was updated successfully, but these errors were encountered:
I actually had some questions about this, so this makes a lot of sense to me. Thank you for your attention to detail, here! 🎉
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Originally posted by @klauer in #59 (comment)
Checklist:
method_statement
fromiec.lark
MethodStatement
fromblark.transformers
The text was updated successfully, but these errors were encountered: