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
from
bril/benchmarks/mem/connected-components.bril
Line 253 in a0d0cff
The Rust Bril parser fails on encountering from. I think that's because from is defined as a keyword in https://github.com/sampsyo/bril/blob/main/bril-rs/bril2json/src/bril_grammar.lalrpop#L25.
I'm not sure if bril-txt supports imports because I don't see it in the grammar.
Fixing the example is the easiest workaround. Should I fix the rust grammar instead?
The text was updated successfully, but these errors were encountered:
Thanks for the report. I have a patch in flight(9781df5) which I expect will get merged in with #398
Sorry, something went wrong.
This should be resolved now.
Ah right, good point!
No branches or pull requests
bril/benchmarks/mem/connected-components.bril
Line 253 in a0d0cff
The Rust Bril parser fails on encountering
from
. I think that's becausefrom
is defined as a keyword in https://github.com/sampsyo/bril/blob/main/bril-rs/bril2json/src/bril_grammar.lalrpop#L25.I'm not sure if bril-txt supports imports because I don't see it in the grammar.
Fixing the example is the easiest workaround. Should I fix the rust grammar instead?
The text was updated successfully, but these errors were encountered: