mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-11 13:23:04 +00:00
cex: style changes
* src/counterexample.c: Simplify a bit. * src/parse-simulation.c, src/parse-simulation.h: Enforce coding style.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
Simulating states of the parser:
|
||||
Each state is an array of state-items and an array of derivations.
|
||||
Each consecutive state-item represents a transition/goto or production,
|
||||
and the derivations are the dereivation trees associated with the symbols
|
||||
and the derivations are the derivation trees associated with the symbols
|
||||
transitioned on each step. In more detail:
|
||||
|
||||
Parse states are stored as a tree. Each new parse state contains two "chunks,"
|
||||
|
||||
Reference in New Issue
Block a user