mes/src
Timothy Sample 283c5a559f core: Add an 'M1' register for the current module.
* include/mes/mes.h (M1): New variable.
* src/mes.c (main): Initialize it.
* src/gc.c (gc_flip): Account for it.
(gc_): Copy it.
(gc_dump_state): Dump it.
* src/test/gc.c (test_setup, main): Initialize it.
* src/module.c (current_module): New function.
* src/builtiins.c (mes_builtins): Register it as 'current-module'.
* include/mes/builtins.h (current_module): Declare it.
2022-04-25 14:19:03 -06:00
..
test core: Add an 'M1' register for the current module. 2022-04-25 14:19:03 -06:00
builtins.c core: Add an 'M1' register for the current module. 2022-04-25 14:19:03 -06:00
cc.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
core.c core: Refactor name resolution. 2022-04-25 14:19:03 -06:00
display.c core: Rename variable type to binding. 2022-04-25 09:22:13 -06:00
eval-apply.c core: Rename the 'current-module' symbol. 2022-04-25 14:19:03 -06:00
gc.c core: Add an 'M1' register for the current module. 2022-04-25 14:19:03 -06:00
globals.c core: Resurrect gcc-10 support. 2021-05-02 14:58:23 +02:00
hash.c core: Add hashq_create_handle_x. 2022-04-25 09:22:13 -06:00
lib.c core: Fix printing bindings. 2022-04-25 14:17:57 -06:00
m2.c core: Use casting functions. 2020-10-18 15:44:49 +02:00
math.c DRAFT core: Use exceptions instead of asserts. 2022-03-24 12:03:56 -06:00
mes.c core: Add an 'M1' register for the current module. 2022-04-25 14:19:03 -06:00
module.c core: Add an 'M1' register for the current module. 2022-04-25 14:19:03 -06:00
posix.c core: Move __getcwd_buf to Mes C Library. 2021-01-01 15:43:43 +01:00
reader.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
stack.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00
string.c mes: hash: Guile interface compatibility. 2022-03-24 11:51:33 -06:00
struct.c DRAFT core: Use exceptions instead of asserts. 2022-03-24 12:03:56 -06:00
symbol.c core: Rename the 'current-module' symbol. 2022-04-25 14:19:03 -06:00
variable.c core: Implement Guile-style variables. 2022-04-25 14:19:03 -06:00
vector.c core: Prepare for M2-Planet 1.7.0. 2020-12-29 13:38:38 +01:00