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
As far as I can see, there is no support for things like:
<option id="{MyEnum::Foo->name}">{MyEnum::Foo->value}</option>
My last experience with parsers is more than a decade ago, and I didn't take the time to fully understand TemplateParser.y, but something like
static_class_access(res) ::= ID(v) PTR ID(n). { res = array(v, '->'.n); }
IMO should do the trick.
The text was updated successfully, but these errors were encountered:
This would be really useful to implement.
Sorry, something went wrong.
Yes I also run into this. Just to be clear, the error is in this case:
- Unexpected "->", expected one of: "","" , ")" <--
No branches or pull requests
As far as I can see, there is no support for things like:
My last experience with parsers is more than a decade ago, and I didn't take the time to fully understand TemplateParser.y, but something like
IMO should do the trick.
The text was updated successfully, but these errors were encountered: