mes/module
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
..
language mescc: Tinycc support: Respect word size better. 2017-12-03 16:33:35 +01:00
mes mes: use array-based stack. WIP: will not survice gc. 2017-12-14 07:05:53 +01:00
nyacc mescc: Use small, bootstrappable syntax rather than huge psyntax seed. 2017-12-09 10:55:46 +01:00
rnrs/arithmetic mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
srfi mes: Reimplement records. 2017-12-12 00:12:42 +01:00
sxml scm: Avoid xpath's shadowing of filter. 2017-01-03 22:18:22 +01:00