mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
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:
3
TODO
3
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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user