mes/src
Jan Nieuwenhuizen da20d92c77 mes: use array-based stack. WIP: will not survice gc.
* src/mes.c (STACK_SIZE)[MES_ARRAY_STACK]: New variable.
  (g_stack_array): New variable.
  (g_stack): Change type to SCM*.
* (gc_push_frame)[MES_ARRAY_STACK]: Use g_stack_array, g_stack.
  (gc_peek_frame): Likewise.
  (gc_pop_frame): Likewise.
* src/gc.c (gc_check): Likewise.
  (gc): Likewise.
2017-12-14 07:05:53 +01:00
..
gc.c mes: use array-based stack. WIP: will not survice gc. 2017-12-14 07:05:53 +01:00
lib.c mes: Fix display of closure. 2017-12-11 07:06:21 +01:00
math.c core: Add logand, lognot. 2017-08-27 12:53:01 +02:00
mes.c mes: use array-based stack. WIP: will not survice gc. 2017-12-14 07:05:53 +01:00
posix.c mescc: C99 header files and declaraions. 2017-05-23 07:16:08 +02:00
reader.c mes: Fix compile warning in reader. 2017-12-11 04:52:00 +01:00
vector.c build: Refactor. 2017-04-12 21:27:59 +02:00