-
This issue came to light as a result of #964 where an issue with the wording of an ambiguity described in §6.2.5 *Grammar ambiguities* was discussed and addressed.
Ambiguities are covered in two wa…
-
Following a discussion about a failing test262 test for the Temporal proposal in the LibJS engine due to a grammar ambiguity, it was raised that it's not immediately obvious from the specification tex…
-
Currently, the GraphQL grammar defines four root nodes that don't have a parent node: `Document`, an `ExecutableDocument`, a `TypeSystemDocument` and a `TypeSystemExtensionDocument`.
Lacking a uniqu…
-
We can already generate `String`s using `RegexStrategy` with type-3 grammars (regular expressions).
However; those are sometimes not enough. If you want to test natural language processing APIs, some…
-
Hello and thanks for awesome library!
I'm trying to implement Qt's `qmake` project files parser from scratch.
But i've found two issues:
* Ambiguous colon sign: it can be boolean `AND` operat…
-
Ever since I updated the vscode extension of rascal to version 0.11.2, I have been getting ambiguity warnings and errors when I try to test my syntax. I downgraded back to 0.11.1 and it works as it us…
-
### Specification
I'm re-opening this. We want to explore using a Constraint parser for parsing the vaults secret path. This should also allow for escaping certain characters we'd otherwise disallo…
-
While I was trying out the calculator examples from the book I encountered a error message like this:
```
/home/valeth/Workspace/Scratch/lalrpop-calc/src/calculator3.lalrpop:6:5: 6:36: Ambiguous gra…
-
`tree-sitter`, like `yacc`, provides users with the option to give a rule left, right, or dynamic associativity. Unlike `yacc`, it doesn't seem to allow for non-associative rules, marked by `%nonassoc…
-
HACS generates lexers that are too big to be processed by Java:
Parser generated with 0 errors and 2 warnings.
hacs/build/HacsParserTokenManager.java:7933: error: code too large for try statemen…