mes/src
Jan (janneke) Nieuwenhuizen 48d45c637d
core: Split-out stack.c
* src/lib.c (exit_, frame_printer, make_frame_type, make_frame,
make_stack_type, make_stack, stack_length, stack_ref_): Move to ..
* src/posix.c (exit_): Here and to ..
* src/core.c: New file.
* build-aux/configure-lib.sh (mes_SOURCES): Add it.
* simple.make (LIBMES_SOURCES): Likewise.
* build-aux/snarf.sh: Likewise.
* include/mes/builtins.h: Update.
* src/builtins.c (mes_builtins): Update.
2020-12-31 14:00:34 +01:00
..
builtins.c core: Split-out stack.c 2020-12-31 14:00:34 +01:00
core.c core: Split-out core.c. 2020-12-31 14:00:34 +01:00
display.c core: Prepare for M2-Planet: if (foo). 2020-12-31 14:00:33 +01:00
eval-apply.c core: Prepare for M2-Planet: if (foo). 2020-12-31 14:00:33 +01:00
gc.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2020-12-31 14:00:33 +01:00
hash.c core: Outline hashq_get_handle, hash_set_x_. 2020-12-31 14:00:33 +01:00
lib.c core: Split-out stack.c 2020-12-31 14:00:34 +01:00
math.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-12-31 14:00:33 +01:00
mes.c core: Split-out core.c. 2020-12-31 14:00:34 +01:00
module.c core: Upcase register names. 2020-12-31 14:00:27 +01:00
posix.c core: Split-out stack.c 2020-12-31 14:00:34 +01:00
reader.c core: Prepare for M2-Planet: if (foo). 2020-12-31 14:00:33 +01:00
stack.c core: Split-out stack.c 2020-12-31 14:00:34 +01:00
string.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-12-31 14:00:33 +01:00
struct.c core: Prepare for pointer cells. 2020-12-31 14:00:29 +01:00
symbol.c core: Prepare for M2-Planet: if (foo). 2020-12-31 14:00:33 +01:00
vector.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2020-12-31 14:00:33 +01:00