mes/scripts
Jan Nieuwenhuizen 2586f0bb2c Move optional type predicates to type.c.
* mes.c (char_p, macro_p, number_p, pair_p, string_p, symbol_p,
  vector_p, builtin_p, boolean_p): Move to type.c
* type.c: New file.
* GNUmakefile (mes.o): Depend on type snarf output.
* module/mes/loop-0.mes (cond, map, let, or, and not, evlis-env,
  apply-env, eval-expand, uquote, add-unquoters, eval,
  expand-macro-env, eval-begin-env, eval-if-env, sexp:define,
  env:define, env:macro): Move to mes-0.mes.
* module/mes/mes-0.mes: New file.
* module/mes/type-0.mes: New file.
* scripts/include.mes: If BOOT, also include mes-0.mes.  If TYPE0,
  also include type-0.mes.
2016-10-22 12:16:19 +02:00
..
elf.mes Add paredit workaround in scripts. 2016-10-19 00:36:12 +02:00
include.mes Move optional type predicates to type.c. 2016-10-22 12:16:19 +02:00
mes Prepare for 0.1 release: installable scripts. 2016-10-16 08:00:04 +02:00
mescc.mes Add --help, --version. 2016-10-19 00:36:12 +02:00
paren.mes Add --help, --version. 2016-10-19 00:36:12 +02:00
repl.mes Add paredit workaround in scripts. 2016-10-19 00:36:12 +02:00