Skip to content
New issue

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

parse error in concrete fragment breaks compiler #1091

Closed
jurgenvinju opened this issue Jun 8, 2017 · 0 comments
Closed

parse error in concrete fragment breaks compiler #1091

jurgenvinju opened this issue Jun 8, 2017 · 0 comments
Labels

Comments

@jurgenvinju
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants