summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-03-22 15:04:47 +0100
committerAkim Demaille <akim.demaille@gmail.com>2020-05-10 08:03:30 +0200
commit2b63c54f5a14bb558ca1ef458a489f6e74b837b0 (patch)
tree86c40ab2f19da2f0a99928c22223049c814c35e8 /TODO
parent2da399d15f8cc08ffaf196735802fa381a43566d (diff)
downloadbison-2b63c54f5a14bb558ca1ef458a489f6e74b837b0.tar.gz
style: minor fixes
* examples/c/README.md: here.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 38977790..006284eb 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,12 @@
-* Bison 3.6
+* Bison 3.7
+** Bistromathic
+- Hitting tab on a line with a syntax error is ugly
+
+- Be robust to existing ~/.inputrc
+
+- How about not evaluating incomplete lines when the text is not finished
+ (as shells do).
+
** Doc
*** api.header.include
@@ -31,7 +39,6 @@ enough.
*** calc.at
Stop hard-coding "Calc". Adjust local.at (look for FIXME).
-* Bison 3.7
** Counter example generation
See https://github.com/akimd/bison/pull/15.