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
Everything after a comment sign should be ignored. When a comment ends with a ) sign, however, the parser fails:
)
package P is type M is message null then Foo with Length => Length -- ) ; Foo : Opaque; end message; end P;
Parsing foo.rflx rflx: parser error: -- ) ^ ParseSyntaxException: Expected {{"+" | "-"} term | {"*" | "/"} term}, found '\n' (at char 115), (line:7, col:17)
The text was updated successfully, but these errors were encountered:
This seems to be fixed by #551.
Sorry, something went wrong.
senier
Successfully merging a pull request may close this issue.
Everything after a comment sign should be ignored. When a comment ends with a
)
sign, however, the parser fails:The text was updated successfully, but these errors were encountered: