mes/src
Jan Nieuwenhuizen a455aa8f5b
core: Refactor lookup_variable.
* src/variable.c (lookup_variable, lookup_variable_, lookup_ref): Drop
lookup/env parameter.  Update users.
* src/builtins.c (mes_builtins): Update registration.
* include/mes/builtins.h: Update declarations.
* include/mes/mes.h: Likewise.
2020-12-30 11:59:32 +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: Refactor lookup_variable. 2020-12-30 11:59:32 +01:00
cc.c core: Use casting functions. 2020-12-29 18:25:56 +01:00
core.c core: Refactor lookup_variable. 2020-12-30 11:59:32 +01:00
display.c Revert "display: <var>" 2020-12-30 11:58:45 +01:00
eval-apply.c core: Refactor lookup_variable. 2020-12-30 11:59:32 +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: 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: Replace special cell_boot_module with initial-module builtin. 2020-12-30 11:59:16 +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: Replace special cell_boot_module with initial-module builtin. 2020-12-30 11:59:16 +01:00
variable.c core: Refactor lookup_variable. 2020-12-30 11:59:32 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 18:25:57 +01:00