mes/src
Jan (janneke) Nieuwenhuizen 96c83134db
core: Add lookup_variable_, lookup_variable, lookup_ref.
* src/variable.c (lookup_variable, lookup_ref): New builtins, and
(lookup_variable_): New function.
* include/mes/builtins.h: Declare them.
* include/mes/mes.h: Declare it.
* src/builtins.c (mes_builtins): Register them.
2020-12-31 14:18:17 +01:00
..
test core: Switch to pointer cells. 2020-12-31 14:00:42 +01:00
builtins.c core: Add lookup_variable_, lookup_variable, lookup_ref. 2020-12-31 14:18:17 +01:00
cc.c core: Use casting functions. 2020-12-31 14:00:42 +01:00
core.c core: Switch to pointer cells. 2020-12-31 14:00:42 +01:00
display.c core: Use casting functions. 2020-12-31 14:00:42 +01:00
eval-apply.c core: variable: Guile interface compliance. 2020-12-31 14:18:16 +01:00
gc.c core: Add hash-table?. 2020-12-31 14:18:17 +01:00
hash.c core: Add hashq_set_handle_x. 2020-12-31 14:18:17 +01:00
lib.c core: variable: Guile interface compliance. 2020-12-31 14:18:16 +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 core: Add gc-stats. 2020-12-31 14:00:45 +01:00
module.c core: Add hash-table?. 2020-12-31 14:18:17 +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: Add hash-table?. 2020-12-31 14:18:17 +01:00
variable.c core: Add lookup_variable_, lookup_variable, lookup_ref. 2020-12-31 14:18:17 +01:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-31 14:00:43 +01:00