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:
Adela Vais
2020-09-24 09:29:45 +02:00
committed by Akim Demaille
parent 8dc60543c8
commit de638df104
4 changed files with 107 additions and 2 deletions
+3
View File
@@ -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])