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

statically detected ambiguities in Rascal grammar rules for Sym and Pattern #1162

Open
jurgenvinju opened this issue Dec 29, 2017 · 0 comments

Comments

@jurgenvinju
Copy link
Member

warning, ambiguity predicted:  callOrTree: Pattern expression  "("  {Pattern ","}* arguments  KeywordArguments[Pattern] keywordArguments  ")"  and  splice: "*"  Pattern argument  lack left or right associativity or priority (>)
warning, ambiguity predicted:  callOrTree: Pattern expression  "("  {Pattern ","}* arguments  KeywordArguments[Pattern] keywordArguments  ")"  and  negative: "-"  Pattern argument  lack left or right associativity or priority (>)
warning, ambiguity predicted:  callOrTree: Pattern expression  "("  {Pattern ","}* arguments  KeywordArguments[Pattern] keywordArguments  ")"  and  splicePlus: "+"  Pattern argument  lack left or right associativity or priority (>)
warning, ambiguity predicted:  except: Sym symbol  "!"  NonterminalLabel label  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
warning, ambiguity predicted:  iter: Sym symbol  "+"  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
warning, ambiguity predicted:  optional: Sym symbol  "?"  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
warning, ambiguity predicted:  column: Sym symbol  "@"  IntegerLiteral column  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
warning, ambiguity predicted:  endOfLine: Sym symbol  "$"  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
warning, ambiguity predicted:  labeled: Sym symbol  NonterminalLabel label  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
warning, ambiguity predicted:  iterStar: Sym symbol  "*"  and  startOfLine: "^"  Sym symbol  lack left or right associativity or priority (>)
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

1 participant