Class: integrity

integrity

new integrity()

Source:

Methods

check_empty_states()

Checks the jscc.global.states array for states with no lookahead information. Logs an error if any such states are found.
Source:

undef()

Checks the jscc.global.symbols array for nonterminating, undefined symbols. Logs an error if any such symbols are found.
Source:

unreachable()

Checks the jscc.global.symbols and jscc.global.productions arrays for unreachable, nonterminating symbols. Logs a warning if any such symbols are found.
Source: