#include <header.h>

Public Attributes | |
| struct analyser * | analyser |
| struct options * | options |
| int | unreachable |
| int | var_number |
| struct str * | outbuf |
| struct str * | declarations |
| int | next_label |
| int | margin |
| int | failure_keep_count |
| struct str * | failure_str |
| int | label_used |
| int | failure_label |
| int | debug_count |
| const char * | S [10] |
| symbol * | B [10] |
| int | I [10] |
| struct name * | V [5] |
| symbol * | L [5] |
| int | line_count |
| int | line_labelled |
| int | literalstring_count |
| int | keep_count |
Definition at line 251 of file header.h.
struct analyser* generator::analyser [read] |
| symbol* generator::B[10] |
struct str* generator::declarations [read] |
struct str* generator::failure_str [read] |
| int generator::I[10] |
| symbol* generator::L[5] |
struct options* generator::options [read] |
struct str* generator::outbuf [read] |
| const char* generator::S[10] |
struct name* generator::V[5] [read] |