commit | be4528096ec05f0d58bd9ff53a293e1ec3193a85 | [log] [tgz] |
---|---|---|
author | Adela Vais <adela.vais99@gmail.com> | Mon Sep 19 15:12:39 2022 +0200 |
committer | Akim Demaille <akim.demaille@gmail.com> | Tue Sep 20 06:39:05 2022 +0200 |
tree | 9f6ccb8cf8f463c0a324da625be76371fbaff155 | |
parent | c0258915474496874318f4767ba6ebcc1e9471f0 [diff] |
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.