mes/src
Jan (janneke) Nieuwenhuizen 8d52b54958
core: Make primitive-load return properly.
* include/mes/symbols.h (cell_vm_primitive_load_return): New variable.
(SYMBOL_MAX): Update.
* mes/module/mes/boot-00.scm: Remove primitive-load chain-load hack.
* mes/module/mes/boot-01.scm: Likewise.
* mes/module/mes/boot-02.scm: Likewise.
* mes/module/mes/boot-03.scm: Likewise.
* src/eval-apply.c (eval_apply): Have primitive-load return properly.
2020-12-30 12:02:06 +01:00
..
test core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
builtins.c flat->deep variable ref: it boots! 2020-12-30 11:59:55 +01:00
cc.c core: Use casting functions. 2020-12-29 18:25:56 +01:00
core.c WIP: module integration 2020-12-30 11:59:50 +01:00
display.c display: <var> 2020-12-30 11:59:34 +01:00
eval-apply.c core: Make primitive-load return properly. 2020-12-30 12:02:06 +01:00
gc.c core: Replace special cell_boot_module with initial-module builtin. 2020-12-30 11:59:16 +01:00
hash.c core: hashq_get_handle: FIX! 2020-12-30 11:59:55 +01:00
lib.c variable: display: WIP 2020-12-30 11:59:55 +01:00
m2.c core: Use casting functions. 2020-12-29 18:25:56 +01:00
math.c core: WIP exceptions 2020-12-30 11:58:42 +01:00
mes.c core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
module.c debugging: C 2020-12-30 12:01:35 +01:00
posix.c core: Add abort. 2020-12-30 11:58:42 +01:00
reader.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:25:57 +01:00
stack.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:25:57 +01:00
string.c mes: hash: Guile interface compliancy. 2020-12-30 11:58:42 +01:00
struct.c core: Use exceptions instead of asserts. WIP 2020-12-30 11:58:43 +01:00
symbol.c core: Make primitive-load return properly. 2020-12-30 12:02:06 +01:00
variable.c flat->deep variable ref: it boots! 2020-12-30 11:59:55 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:25:57 +01:00