#include <header.h>

Public Attributes | |
| struct tokeniser * | tokeniser |
| struct node * | nodes |
| struct name * | names |
| struct literalstring * | literalstrings |
| int | mode |
| byte | modifyable |
| struct node * | program |
| struct node * | program_end |
| int | name_count [t_size] |
| struct among * | amongs |
| struct among * | amongs_end |
| int | among_count |
| int | amongvar_needed |
| struct grouping * | groupings |
| struct grouping * | groupings_end |
| struct node * | substring |
| byte | utf8 |
Definition at line 218 of file header.h.
struct among* analyser::amongs [read] |
struct among* analyser::amongs_end [read] |
struct grouping* analyser::groupings [read] |
struct grouping* analyser::groupings_end [read] |
struct literalstring* analyser::literalstrings [read] |
| int analyser::mode |
| int analyser::name_count[t_size] |
struct name* analyser::names [read] |
struct node* analyser::nodes [read] |
struct node* analyser::program [read] |
struct node* analyser::program_end [read] |
struct node* analyser::substring [read] |
struct tokeniser* analyser::tokeniser [read] |