mes/src
Jan (janneke) Nieuwenhuizen 178b063ffa
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-07-19 08:53:46 +02:00
..
builtins.c core: Split-out stack.c 2020-07-19 08:53:46 +02:00
core.c core: Split-out core.c. 2020-07-19 08:49:23 +02:00
display.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
eval-apply.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
gc.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2020-07-16 21:56:49 +02:00
hash.c core: Outline hashq_get_handle, hash_set_x_. 2020-07-17 15:25:37 +02:00
lib.c core: Split-out stack.c 2020-07-19 08:53:46 +02:00
math.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-07-17 14:30:01 +02:00
mes.c core: Split-out core.c. 2020-07-19 08:49:23 +02:00
module.c core: Upcase register names. 2020-05-17 22:32:53 +02:00
posix.c core: Split-out stack.c 2020-07-19 08:53:46 +02:00
reader.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
stack.c core: Split-out stack.c 2020-07-19 08:53:46 +02:00
string.c core: Prepare for M2-Planet: VALUE/TYPE indirections. 2020-07-17 14:30:01 +02:00
struct.c core: Prepare for pointer cells. 2020-07-14 15:57:49 +02:00
symbol.c core: Prepare for M2-Planet: if (foo). 2020-07-18 08:53:42 +02:00
vector.c core: Prepare for M2-Planet: M2_CELL_SIZE. 2020-07-16 21:56:49 +02:00