mes/src
Jan Nieuwenhuizen f612d8eb45
core: Remove make_module_type, module_printer, module_variable, module_ref.
* src/module.c (make_module_type, module_printer, module_variable,
module_ref): Remove.
* include/mes/builtins.h: Remove declarations.
* src/builtins.c (mes_builtins): Remove registrations.
* src/eval-apply.c (assert_defined): Remove.
(set_env_x, eval_apply): Use lookup_variable and variable_ref.
* src/core.c (error): Likewise.
* mes/module/mes/boot-01.scm (defined?): Likewise.
* mes/module/mes/boot-02.scm (defined?): Likewise.
* mes/module/mes/boot-03.scm (defined?): Likewise.
* mes/module/mes/boot-0.scm (defined?): Likewise.
* scaffold/boot/53-closure-display.scm (guile): Likewise.
* scaffold/boot/60-let-syntax-expanded.scm (defined?): Likewise.
* src/mes.c (main): Use hash_table_printer for debugging.
2020-12-30 11:59:14 +01:00
..
test core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
builtins.c core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
cc.c core: Use casting functions. 2020-12-29 18:25:56 +01:00
core.c core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
display.c Revert "display: <var>" 2020-12-30 11:58:45 +01:00
eval-apply.c core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
gc.c core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
hash.c core: Add hashq_set_handle_x. 2020-12-30 11:58:45 +01:00
lib.c core: variable: Guile interface compliancy. WIP 2020-12-30 11:58:43 +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 core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +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: Add hash-table?. 2020-12-30 11:58:44 +01:00
variable.c core: Remove make_module_type, module_printer, module_variable, module_ref. 2020-12-30 11:59:14 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:25:57 +01:00