mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
d: support api.parser.extends and api.parser.implements
The D skeleton was not properly supporting them. * data/skeletons/d.m4: Fix it. * tests/d.at: Check it. * tests/local.mk, tests/testsuite.at: Adjust.
This commit is contained in:
committed by
Akim Demaille
parent
8dc60543c8
commit
de638df104
@@ -87,6 +87,9 @@ m4_include([c++.at])
|
||||
m4_include([java.at])
|
||||
m4_include([javapush.at])
|
||||
|
||||
# Parsers in D
|
||||
m4_include([d.at])
|
||||
|
||||
# GLR.
|
||||
# C++ types, simplified
|
||||
m4_include([cxx-type.at])
|
||||
|
||||
Reference in New Issue
Block a user