Next: Nulling terminals, Previous: LHS terminal methods, Up: LHS terminals [Contents][Index]
On success,
marpa_g_precompute()
will sets
and locks the terminal status of every symbol.
More precisely,
let the symbol be x,
let the terminal status of x when
marpa_g_precompute()
was called
be v_before,
and let the terminal status of x when
marpa_g_precompute()
returns success
be v_after.
The effect of the successful call of
marpa_g_precompute()
will be as follows:
marpa_g_precompute()
was called,
then v_after = v_before
.
The terminal status of all symbols is locked
after a successful call to
marpa_g_precompute()
.
See marpa_g_precompute().