mes/tests
Jan Nieuwenhuizen c851935d4d core: Quoted internals are symbols.
* mes.c (begin_env): Rename from begin.  Update callers.
  (scm_begin, scm_if, scm_define, scm_set_x): Rename from symbol_*.
  (symbol_begin, symbol_define, symbol_if, scm_lambda, scm_set_x): New symbols.
  (mes_environment): Add them to environment, SYMBOL->SCM.
* define.c (define_env): Rename from define.  Update callers.
* build-aux/mes-snarf.scm: Shadow internals (SCM) by their symbol.
2016-12-12 20:33:49 +01:00
..
base.test core: Quoted internals are symbols. 2016-12-12 20:33:49 +01:00
closure.test Add report to closure test. 2016-10-18 19:10:16 +02:00
cwv.test test: More values, call-with-values tests. 2016-12-12 20:33:49 +01:00
let-syntax.test Add syntax-case based syntax-rules. 2016-12-12 20:33:49 +01:00
let.test make tests standalone executable. 2016-10-19 00:36:12 +02:00
match.test make tests standalone executable. 2016-10-19 00:36:12 +02:00
psyntax.test psyntax: More tests. 2016-12-12 20:33:49 +01:00
quasiquote.test make tests standalone executable. 2016-10-19 00:36:12 +02:00
record.test make tests standalone executable. 2016-10-19 00:36:12 +02:00
scm.test test: More values, call-with-values tests. 2016-12-12 20:33:49 +01:00
vector.test Introduce reference type, use vectors of SCM. 2016-12-12 20:33:48 +01:00