#include <header.h>

Public Attributes | |
| struct input * | next |
| symbol * | p |
| int | c |
| int | line_number |
| symbol * | b |
| symbol * | b2 |
| int | number |
| int | m_start |
| int | m_end |
| struct m_pair * | m_pairs |
| int | get_depth |
| int | error_count |
| int | token |
| int | previous_token |
| byte | token_held |
| byte | widechars |
| byte | utf8 |
| int | omission |
| struct include * | includes |
Definition at line 72 of file header.h.
| int tokeniser::c |
struct include* tokeniser::includes [read] |
| int tokeniser::m_end |
struct m_pair* tokeniser::m_pairs [read] |
struct input* tokeniser::next [read] |
| int tokeniser::token |