From f2c568d3ef78cef68dbb35ab2915cfc13dacdf36 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 13 Aug 2021 09:06:34 +0200 Subject: [PATCH] readme: add D --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 9164450f..b6064400 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ simple desk calculators to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars work with Bison with no change. Anyone familiar with Yacc should be able to -use Bison with little trouble. You need to be fluent in C, C++ or Java +use Bison with little trouble. You need to be fluent in C, C++, D or Java programming in order to use Bison. Bison and the parsers it generates are portable, they do not require any -- 2.11.4.GIT