summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2021-08-13 09:06:34 +0200
committerAkim Demaille <akim.demaille@gmail.com>2021-08-13 09:06:34 +0200
commitf2c568d3ef78cef68dbb35ab2915cfc13dacdf36 (patch)
treedf9e80a30f224ac2fd222b28e107bdbbae9028ae
parentbb7860d20847555f16df366ad333b2e8a7f1aafa (diff)
downloadbison-f2c568d3ef78cef68dbb35ab2915cfc13dacdf36.tar.gz
readme: add D
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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