|
x-engine-c v0.2.13
The C engine for x-lang
|
Files | |
| x-base.c | |
| Implementation of the base environment object. | |
| x-base.d | |
| x-heap.c | |
| Implementation of heap management and mark-sweep garbage collection. | |
| x-heap.d | |
| x-lib.c | |
| Implementation of the general-purpose library helpers. | |
| x-lib.d | |
| x-obj.c | |
| Implementation of the x-expr object system. | |
| x-obj.d | |
| x-stdlib.c | |
| Implementation of the C standard library replacements. | |
| x-stdlib.d | |
| x-sys.c | |
| Implementation of system-level function wrappers. | |
| x-sys.d | |
| x.c | |
| Core implementation – error reporting and debug output. | |
| x.d | |