d: fix interface syntax error
commitbe4528096ec05f0d58bd9ff53a293e1ec3193a85
authorAdela Vais <adela.vais99@gmail.com>
Mon, 19 Sep 2022 13:12:39 +0000 (19 15:12 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Tue, 20 Sep 2022 04:39:05 +0000 (20 06:39 +0200)
tree9f6ccb8cf8f463c0a324da625be76371fbaff155
parentc0258915474496874318f4767ba6ebcc1e9471f0
d: fix interface syntax error

Fix syntax error regarding interface inheritance of the Lexer. It
appeared when the `%code lexer` option was used.

Reported by ledaniel2.
<https://github.com/akimd/bison/issues/84>

* data/skeletons/lalr1.d: Fix syntax.
* tests/d.at: Test it.
data/skeletons/lalr1.d
tests/d.at