mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
todo: update
This commit is contained in:
11
TODO
11
TODO
@@ -1,4 +1,7 @@
|
|||||||
* Bison 3.6
|
* Bison 3.6
|
||||||
|
** Doc
|
||||||
|
*** api.header.include
|
||||||
|
|
||||||
** Questions
|
** Questions
|
||||||
*** Java
|
*** Java
|
||||||
- Should i18n be part of the Lexer? Currently it's a static method of
|
- 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
|
* Completion
|
||||||
Several features are not available in all the backends.
|
Several features are not available in all the backends.
|
||||||
|
|
||||||
- push parsers: glr.c, glr.cc, lalr1.cc
|
- lac: D, Java (easy)
|
||||||
- lac: D, Java
|
- push parsers: glr.c, glr.cc, lalr1.cc (not very difficult)
|
||||||
- glr: D, Java
|
- token constructors: Java, C, D (a bit difficult)
|
||||||
- token constructors: Java, C, D
|
- glr: D, Java (super difficult)
|
||||||
|
|
||||||
* Bugs
|
* Bugs
|
||||||
** Autotest has quotation issues
|
** Autotest has quotation issues
|
||||||
|
|||||||
Reference in New Issue
Block a user