mes/src
Jan (janneke) Nieuwenhuizen 04fbbdab2e
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 10:07:27 +01:00
..
test core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 21:19:53 +01:00
builtins.c DRAFT boot-6: Support Guile modules. 2020-12-31 07:43:41 +01:00
cc.c core: Use casting functions. 2020-12-29 18:25:56 +01:00
core.c DRAFT boot-6: Support Guile modules. 2020-12-31 07:43:41 +01:00
display.c core: Refactor lookup_variable. 2020-12-30 21:19:54 +01:00
eval-apply.c core: Make primitive-load return properly. 2020-12-31 10:06:18 +01:00
gc.c core: Replace special cell_boot_module with initial-module builtin. 2020-12-30 21:19:54 +01:00
hash.c DRAFT boot-6: Support Guile modules. 2020-12-31 07:43:41 +01:00
lib.c core: Refactor lookup_variable. 2020-12-30 21:19:54 +01:00
m2.c core: Use casting functions. 2020-12-29 18:25:56 +01:00
math.c DRAFT core: Use exceptions instead of asserts. 2020-12-30 21:19:52 +01:00
mes.c DRAFT core: Switch to Guile modules. 2020-12-31 10:07:27 +01:00
module.c DRAFT boot-6: Support Guile modules. 2020-12-31 07:43:41 +01:00
posix.c core: Add abort. 2020-12-30 21:19:51 +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 compatibility. 2020-12-30 15:38:12 +01:00
struct.c DRAFT core: Use exceptions instead of asserts. 2020-12-30 21:19:52 +01:00
symbol.c core: Make primitive-load return properly. 2020-12-31 10:06:18 +01:00
variable.c DRAFT boot-6: Support Guile modules. 2020-12-31 07:43:41 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:25:57 +01:00