|
Reduct
v1.0.4-3-gdaf0d70
A functional and immutable language.
|
Files | |
| atom.h | |
| Atom representation and operations. | |
| atom_impl.h | |
| char.h | |
| Character handling. | |
| char_impl.h | |
| closure.h | |
| Closure management. | |
| closure_impl.h | |
| compile.h | |
| Bytecode compilation. | |
| compile_impl.h | |
| core.h | |
| Core definitions and structures. | |
| core_impl.h | |
| defs.h | |
| disasm.h | |
| Bytecode disassembly. | |
| disasm_impl.h | |
| error.h | |
| Error handling and reporting. | |
| error_impl.h | |
| eval.h | |
| Virtual machine evaluation. | |
| eval_impl.h | |
| function.h | |
| Compiled function. | |
| function_impl.h | |
| gc.h | |
| Garbage collection. | |
| gc_impl.h | |
| handle.h | |
| Handle management. | |
| handle_impl.h | |
| inst.h | |
| Bytecode instruction format. | |
| intrinsic.h | |
| Intrinsic management. | |
| intrinsic_impl.h | |
| item.h | |
| Item management. | |
| item_impl.h | |
| list.h | |
| List management. | |
| list_impl.h | |
| native.h | |
| Native function registration. | |
| native_impl.h | |
| parse.h | |
| Parser. | |
| parse_impl.h | |
| reduct.h | |
| standard.h | |
| Built-in library registration and operations. | |
| standard_impl.h | |
| stringify.h | |
| Stringification. | |
| stringify_impl.h | |