summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2012-02-13 13:45:50 +0100
committerAkim Demaille <demaille@gostai.com>2012-02-14 20:12:56 +0100
commit4e8ec90f24065ea92e330b704fe4550f0c1b89eb (patch)
tree3a0991371a4f61403fedfbfb4bdf759213aa3777
parenta34e8b242e424545eee0411c7fad2715a2cc7230 (diff)
downloadbison-4e8ec90f24065ea92e330b704fe4550f0c1b89eb.tar.gz
maint: more authors.
* AUTHORS: here. Suggested by Tys Lefering. (cherry picked from commit bdf66d1db4b82872076197998ddcfafbed306268)
-rw-r--r--AUTHORS17
1 files changed, 16 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 52e86fb6..806b144f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,7 +5,22 @@ Bison was written primarily by Robert Corbett.
Richard Stallman made it Yacc-compatible.
Wilfred Hansen of Carnegie Mellon University added multicharacter
-string literals and other features.
+string literals and other features (Bison 1.25, 1995).
+
+Akim Demaille rewrote the parser in Bison, and changed the back end to
+use M4 (1.50, 2002).
+
+Paul Hilfinger added GLR support (Bison 1.50, 2002).
+
+Joel E. Denny contributed canonical-LR support, and invented and added
+IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011).
+
+Paolo Bonzini contributed Java support (Bison 2.4, 2008).
+
+Alex Rozenman added named reference support (Bison 2.5, 2011).
+
+Paul Eggert fixed a million portability issues, arbitrary limitations,
+and nasty bugs.
-----