summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-05-04 07:37:14 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-05-04 07:37:40 +0200
commit7727693711a3c09676d6470eca83251f2322f494 (patch)
tree931fb33656d739a996b4be3dea0795769b42bb2b
parentce27796b7473d8649f0237a7506385e759a2ba99 (diff)
downloadbison-7727693711a3c09676d6470eca83251f2322f494.tar.gz
todo: update
-rw-r--r--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index 31f890e8..38977790 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
* Bison 3.6
+** Doc
+*** api.header.include
+
** Questions
*** Java
- Should i18n be part of the Lexer? Currently it's a static method of
@@ -192,10 +195,10 @@ define it to the same type as the C ptrdiff_t type.
* Completion
Several features are not available in all the backends.
-- push parsers: glr.c, glr.cc, lalr1.cc
-- lac: D, Java
-- glr: D, Java
-- token constructors: Java, C, D
+- lac: D, Java (easy)
+- push parsers: glr.c, glr.cc, lalr1.cc (not very difficult)
+- token constructors: Java, C, D (a bit difficult)
+- glr: D, Java (super difficult)
* Bugs
** Autotest has quotation issues