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

View File

@@ -23,13 +23,13 @@
#include <bitset.h>
#include "LR0.h"
#include "complain.h"
#include "conflicts.h"
#include "files.h"
#include "getargs.h"
#include "gram.h"
#include "lalr.h"
#include "lr0.h"
#include "print-xml.h"
#include "reader.h"
#include "state.h"

View File

@@ -540,7 +540,7 @@ typedef struct state_list
/**
* nextIsocore is the next state in a circularly linked-list of all states
* with the same core. The one originally computed by generate_states in
* LR0.c is lr0Isocore.
* lr0.c is lr0Isocore.
*/
struct state_list *lr0Isocore;
struct state_list *nextIsocore;

View File

@@ -28,12 +28,12 @@
#include <bitset.h>
#include <bitsetv.h>
#include "LR0.h"
#include "complain.h"
#include "derives.h"
#include "getargs.h"
#include "gram.h"
#include "lalr.h"
#include "lr0.h"
#include "muscle-tab.h"
#include "nullable.h"
#include "reader.h"

View File

@@ -30,8 +30,6 @@ src_bison_SOURCES = \
src/AnnotationList.h \
src/InadequacyList.c \
src/InadequacyList.h \
src/LR0.c \
src/LR0.h \
src/Sbitset.c \
src/Sbitset.h \
src/assoc.c \
@@ -61,6 +59,8 @@ src_bison_SOURCES = \
src/lalr.h \
src/location.c \
src/location.h \
src/lr0.c \
src/lr0.h \
src/main.c \
src/muscle-tab.c \
src/muscle-tab.h \

View File

@@ -27,12 +27,12 @@
#include <bitset.h>
#include "LR0.h"
#include "closure.h"
#include "complain.h"
#include "getargs.h"
#include "gram.h"
#include "lalr.h"
#include "lr0.h"
#include "reader.h"
#include "reduce.h"
#include "state.h"

View File

@@ -30,7 +30,6 @@
#include <relocatable.h> /* relocate2 */
#include <timevar.h>
#include "LR0.h"
#include "closeout.h"
#include "complain.h"
#include "conflicts.h"
@@ -41,6 +40,7 @@
#include "gram.h"
#include "ielr.h"
#include "lalr.h"
#include "lr0.h"
#include "muscle-tab.h"
#include "nullable.h"
#include "output.h"

View File

@@ -21,7 +21,6 @@
#include <config.h>
#include "system.h"
#include "LR0.h"
#include "closure.h"
#include "complain.h"
#include "conflicts.h"
@@ -30,6 +29,7 @@
#include "gram.h"
#include "graphviz.h"
#include "lalr.h"
#include "lr0.h"
#include "print-graph.h"
#include "reader.h"
#include "state.h"

View File

@@ -25,15 +25,15 @@
#include <bitset.h>
#include "LR0.h"
#include "closure.h"
#include "conflicts.h"
#include "files.h"
#include "getargs.h"
#include "gram.h"
#include "lalr.h"
#include "print.h"
#include "lr0.h"
#include "print-xml.h"
#include "print.h"
#include "reader.h"
#include "reduce.h"
#include "state.h"

View File

@@ -23,13 +23,13 @@
#include <bitset.h>
#include "LR0.h"
#include "closure.h"
#include "conflicts.h"
#include "files.h"
#include "getargs.h"
#include "gram.h"
#include "lalr.h"
#include "lr0.h"
#include "muscle-tab.h"
#include "print.h"
#include "reader.h"