mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +00:00
* src/reader.h: New file.
Propagate its use instead of tedious list of `extern' and prototypes. * src/reader.c: Formatting changes, topological sort, s/register//.
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
#ifndef LALR_H_
|
||||
# define LALR_H_
|
||||
|
||||
|
||||
/* Import the definition of CORE, SHIFTS and REDUCTIONS. */
|
||||
# include "state.h"
|
||||
|
||||
|
||||
/* Compute how to make the finite state machine deterministic; find
|
||||
which rules need lookahead in each state, and which lookahead
|
||||
tokens they accept. */
|
||||
|
||||
Reference in New Issue
Block a user