We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb7860d commit f2c568dCopy full SHA for f2c568d
README
@@ -7,7 +7,7 @@ simple desk calculators to complex programming languages.
7
8
Bison is upward compatible with Yacc: all properly-written Yacc grammars
9
work with Bison with no change. Anyone familiar with Yacc should be able to
10
-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
11
programming in order to use Bison.
12
13
Bison and the parsers it generates are portable, they do not require any
0 commit comments