* src/lalr.c (set_state_table): Move to...

* src/LR0.c: here.
* src/lalr.c (lalr): Don't call it...
* src/LR0.c (generate_states): do it.
* src/LR0.h (first_state): Remove, only the table is used.
This commit is contained in:
Akim Demaille
2001-12-10 09:08:46 +00:00
parent 7215de245c
commit 6a164e0c96
4 changed files with 75 additions and 66 deletions

View File

@@ -1,3 +1,12 @@
2001-12-10 Akim Demaille <akim@epita.fr>
* src/lalr.c (set_state_table): Move to...
* src/LR0.c: here.
* src/lalr.c (lalr): Don't call it...
* src/LR0.c (generate_states): do it.
* src/LR0.h (first_state): Remove, only the table is used.
2001-12-10 Akim Demaille <akim@epita.fr>
* src/LR0.h (first_shift, first_reduction): Remove.