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

Ambiguous Rascal code #841

Open
Anastassija opened this issue Jul 9, 2015 · 1 comment
Open

Ambiguous Rascal code #841

Anastassija opened this issue Jul 9, 2015 · 1 comment

Comments

@Anastassija
Copy link
Contributor

The following Rascal code is ambiguous:

void main() { 
    int x = 1; do x = x + 1; while (x  < 10);
}

I believe the reason is that do is not in the list of Rascal keywords.

@jurgenvinju
Copy link
Member

good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants