#include "defs.h"Go to the source code of this file.
Functions | |
| int | get_state () |
| core * | new_state () |
| allocate_itemsets () | |
| allocate_storage () | |
| append_states () | |
| free_storage () | |
| generate_states () | |
| int | get_state (int symbol) |
| initialize_states () | |
| new_itemsets () | |
| core * | new_state (int symbol) |
| show_cores () | |
| show_ritems () | |
| show_rrhs () | |
| show_shifts () | |
| save_shifts () | |
| save_reductions () | |
| set_derives () | |
| free_derives () | |
| set_nullable () | |
| free_nullable () | |
| lr0 () | |
Variables | |
| short * | itemset |
| short * | itemsetend |
| unsigned * | ruleset |
| int | nstates |
| core * | first_state |
| shifts * | first_shift |
| reductions * | first_reduction |
| int get_state | ( | ) |
| core* new_state | ( | ) |
| short* itemsetend |
1.5.8