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:
Akim Demaille
2020-06-19 08:01:21 +02:00
parent efb65daa36
commit 9e75066819
3 changed files with 6 additions and 6 deletions

View File

@@ -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,"