|
infix
A JIT-Powered FFI Library for C
|
Public Attributes | |
| const char * | p |
| const char * | start |
| infix_arena_t * | arena |
| int | depth |
| infix_arena_t* parser_state::arena |
The temporary arena for allocating the raw, unresolved type graph.
| int parser_state::depth |
The current recursion depth, to prevent stack overflows.
| const char* parser_state::p |
The current read position (cursor) in the signature string.
| const char* parser_state::start |
The beginning of the signature string, used for calculating error positions.