#include <tokens.h>

Public Attributes | |
| id_str_type | token_str |
| int | token_len |
| boolean | token_err |
| token_values_type | value |
| char | kind_str [MAX_ID_LEN+1] |
| int | kind_len |
| int | line |
| int | column |
| int | stmt_buf_idx |
| int | stmt_num |
Definition at line 670 of file tokens.h.
| char token_entry::kind_str[MAX_ID_LEN+1] |
Definition at line 670 of file tokens.h.
Referenced by parse_function_stmt(), and parse_subroutine_stmt().
1.6.1