mes/src
Jan (janneke) Nieuwenhuizen 981c0524b7
DRAFT core: Switch to Guile modules.
TODO XXX:
  * tests/psyntax.test fails
  * mescc

* src/mes.c (open_boot): Default to boot-5.mes.
(try_open_boot): Update messages.
2020-12-31 14:39:41 +01:00
..
test core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-31 14:18:17 +01:00
builtins.c DRAFT boot-6: Support Guile modules. 2020-12-31 14:39:05 +01:00
cc.c core: Use casting functions. 2020-12-31 14:00:42 +01:00
core.c DRAFT boot-6: Support Guile modules. 2020-12-31 14:39:05 +01:00
display.c core: Refactor lookup_variable. 2020-12-31 14:18:18 +01:00
eval-apply.c core: Make primitive-load return properly. 2020-12-31 14:39:40 +01:00
gc.c core: Replace special cell_boot_module with initial-module builtin. 2020-12-31 14:18:18 +01:00
hash.c DRAFT boot-6: Support Guile modules. 2020-12-31 14:39:05 +01:00
lib.c core: Refactor lookup_variable. 2020-12-31 14:18:18 +01:00
m2.c core: Use casting functions. 2020-12-31 14:00:42 +01:00
math.c DRAFT core: Use exceptions instead of asserts. 2020-12-31 14:18:16 +01:00
mes.c DRAFT core: Switch to Guile modules. 2020-12-31 14:39:41 +01:00
module.c DRAFT boot-6: Support Guile modules. 2020-12-31 14:39:05 +01:00
posix.c core: Add abort. 2020-12-31 14:18:15 +01:00
reader.c core: Prepare for M2-Planet 1.7.0. 2020-12-31 14:00:43 +01:00
stack.c core: Prepare for M2-Planet 1.7.0. 2020-12-31 14:00:43 +01:00
string.c mes: hash: Guile interface compatibility. 2020-12-31 14:18:15 +01:00
struct.c DRAFT core: Use exceptions instead of asserts. 2020-12-31 14:18:16 +01:00
symbol.c core: Make primitive-load return properly. 2020-12-31 14:39:40 +01:00
variable.c DRAFT boot-6: Support Guile modules. 2020-12-31 14:39:05 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-31 14:00:43 +01:00