ledaniel2
Results
2
issues of
ledaniel2
The following code uses a definition of `reportSyntaxError` taken from the bison manual $10.2.6. The result compiles with `gdc` version 10.2.1 but not with more recent versions of `gdc`, `ldc`...
The use of `%code lexer {` in the grammar file is to be broken for `%language "D"`. For file bison/data/skeletons/lalr1.d at line 272, changing `implements` to `:` seems to be...