summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2019-01-24 08:32:39 +0100
committerAkim Demaille <akim.demaille@gmail.com>2019-01-26 16:21:35 +0100
commit83463dfbee32f0d289a6fcfc2cf7801f5a910c82 (patch)
treed9c1c0cd4e82fb30829a4cb9a37bc8924d9e3ccc /TODO
parentc3c50c00302e250c07b1b5b4fa2f00d650084a9f (diff)
downloadbison-83463dfbee32f0d289a6fcfc2cf7801f5a910c82.tar.gz
style: rename LR0.* as lr0.*
Let's stick to lower case for file names. * src/LR0.h, src/LR0.c: Rename as... * src/lr0.h, src/lr0.c: these.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5c962f5b..9c434c7c 100644
--- a/TODO
+++ b/TODO
@@ -171,9 +171,6 @@ class in the printers/destructors, which is not good for an operator<<
since it is no longer bound to a particular parser, it's just a
(standalone symbol).
-** Rename LR0.cc
-as lr0.cc, why upper case?
-
* Various
** Rewrite glr.cc in C++
As a matter of fact, it would be very interesting to see how much we can