| Turnstone Operating System
    | 
| Public Attributes | |
| compiler_ast_node_type_t | type | 
| compiler_token_t * | token | 
| compiler_ast_node_t * | left | 
| compiler_ast_node_t * | right | 
| compiler_ast_node_t * | condition | 
| list_t * | children | 
| compiler_type_t * | type_data | 
| int16_t | used_register | 
| compiler_symbol_t * | symbol | 
| int64_t | computed_size | 
| compiler_symbol_type_t | computed_type | 
| compiler_symbol_type_t | computed_hidden_type | 
| int64_t | computed_custom_type_id | 
| boolean_t | computed_is_array | 
| boolean_t | computed_is_scalar | 
| boolean_t | is_const | 
| boolean_t | is_at_reg |