infix
A JIT-Powered FFI Library for C
|
Public Attributes | |
const char * | p |
const char * | start |
infix_arena_t * | arena |
infix_registry_t * | registry |
int | depth |
infix_arena_t* parser_state::arena |
The arena from which all type objects are allocated.
int parser_state::depth |
The current recursion depth, checked against MAX_RECURSION_DEPTH
.
const char* parser_state::p |
The current position (pointer) in the input string.
infix_registry_t* parser_state::registry |
The registry for resolving named types, or nullptr.
const char* parser_state::start |
The start of the original string (for calculating error positions).