mes/module/mes
Jan Nieuwenhuizen 32214ff608 Add syntax-case based syntax-rules.
* module/mes/psyntax-1.mes (syntax-rules): New syntax transformer,
  based on syntax-case.
  (define-syntax-rule): New macro.
  (let-syntax): New macro, for syntax-case.
* tests/let-syntax.test: Switch to syntax-case.
* tests/psyntax.test: Add syntax-rules and syntax-rule test.
2016-12-12 20:33:49 +01:00
..
base-0.mes Implement apply with multiple arguments. 2016-12-12 20:33:49 +01:00
base.mes Avoid cons* in base. 2016-10-18 08:24:47 +02:00
elf.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
lalr-0.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
lalr.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
let-syntax.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
let.mes named let-fu FIXME 2016-10-21 00:00:05 +02:00
libc-i386.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
loop-0.mes boot: fix ignored. 2016-12-12 20:33:49 +01:00
match.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
mes-0.mes boot: fix ignored. 2016-12-12 20:33:49 +01:00
psyntax-0.mes Initial psyntax integration. 2016-12-12 20:33:49 +01:00
psyntax-1.mes Add syntax-case based syntax-rules. 2016-12-12 20:33:49 +01:00
psyntax-pp.mes Initial psyntax integration. 2016-12-12 20:33:49 +01:00
psyntax.ss Import psyntax from Guile-1.3a. 2016-12-12 20:33:49 +01:00
quasiquote.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
record-0.mes Introduce reference type, use vectors of SCM. 2016-12-12 20:33:48 +01:00
record.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
repl.mes Release 0.1. 2016-11-20 21:47:47 +01:00
scm.mes Exit upon error. 2016-12-12 20:33:49 +01:00
syntax.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
test.mes Prepare for 0.1 release: new directory structure. 2016-10-12 23:40:11 +02:00
type-0.mes Avoid gratuitous consing with begin and quasiquote. 2016-10-23 10:08:04 +02:00