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
When time allows, we can build off the following PR and improve the tokenization of the lexer and parser.
#22
Core problem stopping this is the character chosen to trigger a comment - it is very difficult to match with best practices in ANTLR4. https://github.com/antlr/grammars-v4/blob/3ecefc5f8ed0a38ff4b68705bcfd521bcd59f8d3/python/python2-js/Python2.g4#L454
The text was updated successfully, but these errors were encountered:
@rhamzeh is this still a problem?
Check https://github.com/mindersec/minder/blob/main/internal/authz/model/minder.fga
Sorry, something went wrong.
No branches or pull requests
When time allows, we can build off the following PR and improve the tokenization of the lexer and parser.
#22
Core problem stopping this is the character chosen to trigger a comment - it is very difficult to match with best practices in ANTLR4.
https://github.com/antlr/grammars-v4/blob/3ecefc5f8ed0a38ff4b68705bcfd521bcd59f8d3/python/python2-js/Python2.g4#L454
The text was updated successfully, but these errors were encountered: