summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-09-09 15:25:36 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-09-09 15:25:36 +0200
commited2c9a69d383df9195a8ed3bcda9cd3f16ed816c (patch)
treeedca2355739e9e448bf0a3a5ef850cddf3eb5bab /TODO
parent333bcd2ee38519f5bf031574b91034fcd484fb8f (diff)
downloadbison-ed2c9a69d383df9195a8ed3bcda9cd3f16ed816c.tar.gz
TODO: minor updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 11 insertions, 0 deletions
diff --git a/TODO b/TODO
index f150cbd4..3cf0ada0 100644
--- a/TODO
+++ b/TODO
@@ -196,6 +196,16 @@ DeRemer and Penello: they already provide the algorithm.
* Extensions
+** %include
+This is a popular demand. We already made many changes in the parser that
+should make this reasonably easy to implement.
+
+** Push parsers
+There is demand for push parsers in Java and C++. And GLR I guess.
+
+** Generate code instead of tables
+This is certainly quite a lot of work. See
+http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.50.4539.
** $-1
We should find a means to provide an access to values deep in the
@@ -365,6 +375,7 @@ Here's a proposal for how a new implementation might look:
Local Variables:
mode: outline
coding: utf-8
+fill-column: 76
End:
-----