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.
This commit is contained in:
Akim Demaille
2019-01-24 08:32:39 +01:00
parent c3c50c0030
commit 83463dfbee
11 changed files with 11 additions and 14 deletions

3
TODO
View File

@@ -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