#include "defs.h"Go to the source code of this file.
Classes | |
| struct | shorts |
Functions | |
| short ** | transpose () |
| lalr () | |
| set_state_table () | |
| set_accessing_symbol () | |
| set_shift_table () | |
| set_reduction_table () | |
| set_maxrhs () | |
| initialize_LA () | |
| set_goto_map () | |
| int | map_goto (int state, int symbol) |
| initialize_F () | |
| build_relations () | |
| add_lookback_edge (int stateno, int ruleno, int gotono) | |
| short ** | transpose (short **R, int n) |
| compute_FOLLOWS () | |
| compute_lookaheads () | |
| digraph (short **relation) | |
| traverse (int i) | |
Variables | |
| int | tokensetsize |
| short * | lookaheads |
| short * | LAruleno |
| unsigned * | LA |
| short * | accessing_symbol |
| core ** | state_table |
| shifts ** | shift_table |
| reductions ** | reduction_table |
| short * | goto_map |
| short * | from_state |
| short * | to_state |
| short** transpose | ( | ) |
Definition at line 1189 of file editline.c.
| short* accessing_symbol |
| short* from_state |
| short* lookaheads |
| int tokensetsize |
1.5.8