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
syntax C = "c"; rascal>(C) `b` Error: Unexpected compiler exception EXCEPTION in translateFunctionDeclaration, compiling main: ParseError(|test-modules:///ConsoleInput.rsc|(124,7,<7,15>,<7,16>)) IN 'module ConsoleInput syntax Cs = {C ","}+; syntax C = "c"; syntax C = "c"; layout W = " "*; layout W = " "*; value main() = (C) `b`;' Time: 126ms
The text was updated successfully, but these errors were encountered:
Improved handling of parse error & ambiguity in concrete fragments
396f2c8
Closes issue #1091 and issue #1093
No branches or pull requests
The text was updated successfully, but these errors were encountered: