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

Ambigous error messages #38

Open
wdanilo opened this issue Sep 24, 2014 · 1 comment
Open

Ambigous error messages #38

wdanilo opened this issue Sep 24, 2014 · 1 comment

Comments

@wdanilo
Copy link

wdanilo commented Sep 24, 2014

Hello! I've got parser and I've found out that sometimes we get strange error messages, like the following one:

 Parser:2:3: error: expected: "$", "*", "+", "-", "/", "<",
    "==", ">", "^", "in", accessor (.),
    ambiguous use of a left-associative operator,
    ambiguous use of a non-associative operator,
    ambiguous use of a right-associative operator, end of input,
    letter or digit, operator, space
 a; b 
  ^   

but I've got no minimal use case for this bug so far.

@ekmett
Copy link
Owner

ekmett commented Sep 25, 2014

If you can derive a reasonable test case I'd be happy to dig in further.

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

No branches or pull requests

2 participants