|
infix
A JIT-Powered FFI Library for C
|
Files | |
| arena.c | |
| Implements a simple, fast arena (or region-based) allocator. | |
| error.c | |
| Implements the thread-local error reporting system. | |
| loader.c | |
| Implements cross-platform dynamic library loading. | |
| platform.c | |
| Implements runtime detection of CPU and OS features. | |
| signature.c | |
Implements the infix signature string parser and type printer. | |
| type_registry.c | |
| Implements the named type registry system. | |
| types.c | |
| Implements the public API for creating and managing type descriptions. | |
| utility.c | |
| Implements internal debugging utilities. | |