mes/module/mes
Jan Nieuwenhuizen b99f756367 core: Fix error message when macro is missing.
* mes.c (scm_vm_eval_check_func): New symbol.
  (eval_apply): In eval, evaluate car before evlis.  Fixes error
  message when macro match is missing in (match ... (car x)).
  (mes_symbols): Add cell_call_with_values, cell_current_module to environment.
* scaffold/mini-mes.c (eval_apply): Likewise.
2017-03-27 20:14:48 +02:00
..
peg Support PEG from Guile. 2016-12-22 20:16:44 +01:00
as-i386.mes mescc: Support rshift, have guile-mini-mes pass math test. 2017-03-25 18:48:40 +01:00
as-i386.scm mescc: Support rshift, have guile-mini-mes pass math test. 2017-03-25 18:48:40 +01:00
base-0.mes scm: Support map4. 2017-03-26 23:48:15 +02:00
base.mes scm: Support map4. 2017-03-26 23:48:15 +02:00
bytevectors.mes mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
bytevectors.scm mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
catch.mes scm: Add with-throw-handler hack. 2017-03-26 23:09:11 +02:00
display.mes scm: Bugfix display of named characters: add port. 2017-03-27 21:41:44 +02:00
elf-util.mes mescc: Cache text generation. 2017-03-18 23:00:04 +01:00
elf-util.scm mescc: Support strings in struct initialization. 2017-03-09 08:14:27 +01:00
elf.mes mescc: Support mini-mes running scheme program with builtins. 2017-03-12 12:02:12 +01:00
elf.scm mescc: Nyacc updates, factor-out elf-util. 2017-04-02 11:55:37 +02:00
fluids.mes core: Rewrite eval_apply in continuation passing style. 2016-12-28 21:55:42 +01:00
guile.mes scm: Bugfix drain-input. 2017-03-27 21:00:49 +02:00
lalr.mes Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
lalr.scm Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
let.mes Add loadable modules. 2016-12-12 20:35:19 +01:00
libc-i386.mes mescc: Add brk, naive malloc. 2017-04-02 12:31:15 +02:00
libc-i386.scm mescc: Refactor libc. 2017-04-02 12:29:09 +02:00
libc.mes mescc: Bugfix for realloc. 2017-03-26 15:49:45 +02:00
libc.scm mescc: Refactor libc. 2017-04-02 12:29:09 +02:00
loop-0.mes Add loadable modules. 2016-12-12 20:35:19 +01:00
match.mes Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
match.scm Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
mes-0.mes core+mini-mes: Replace manual snippets by snarfed includes. 2017-03-10 20:56:18 +01:00
optargs.mes Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
optargs.scm scm: Fix psyntax/keyword/optargs interaction bug. 2017-01-07 01:08:29 +01:00
peg.mes Support PEG from Guile. 2016-12-22 20:16:44 +01:00
pmatch.mes scm: Fix psyntax/keyword/optargs interaction bug. 2017-01-07 01:08:29 +01:00
pmatch.scm mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
pretty-print.mes Add pretty-print from Guile. 2017-01-04 09:12:31 +01:00
pretty-print.scm Add pretty-print from Guile. 2017-01-04 09:12:31 +01:00
psyntax-0.mes scm: Fix psyntax/keyword/optargs interaction bug. 2017-01-07 01:08:29 +01:00
psyntax-1.mes core: Rewrite eval_apply in continuation passing style. 2016-12-28 21:55:42 +01:00
psyntax.mes Use include-from-path for psyntax.pp. 2016-12-22 19:49:41 +01:00
psyntax.pp Use include-from-path for psyntax.pp. 2016-12-22 19:49:41 +01:00
psyntax.ss Import psyntax from Guile-1.8: R7RS with-ellipsis. 2016-12-19 19:41:43 +01:00
quasiquote.mes Refactor quasiquote. 2016-12-22 12:11:55 +01:00
quasisyntax.mes Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
quasisyntax.scm Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
read-0-32.mo core: Fix error message when macro is missing. 2017-03-27 20:14:48 +02:00
read-0.mes scm: Support reading negative hex numbers. 2017-03-27 00:11:05 +02:00
record-0.mes Add loadable modules. 2016-12-12 20:35:19 +01:00
record.mes Add loadable modules. 2016-12-12 20:35:19 +01:00
repl.mes repl: Fix expand in repl. 2017-01-22 01:35:33 +01:00
scm.mes scm: Add assoc-set! 2017-03-27 07:01:15 +02:00
syntax.mes Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
syntax.scm Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00
test.mes Add loadable modules. 2016-12-12 20:35:19 +01:00
tiny-0.mes mescc: Cleanup mini-mes build and test. 2017-03-19 13:41:56 +01:00
type-0.mes mini-mes: Fully remove reader from core. 2017-03-25 15:58:44 +01:00