mes/tests
Jan Nieuwenhuizen 90b384def3
mes: Support map and for-each with lists of unequal length.
* mes/module/mes/base.mes (map): Support lists of unequal length.
* mes/module/mes/scm.mes (for-each): Likewise.
* module/mescc/compile.scm (expr->register): Fix compile warning.
* tests/scm.test ("map 1,2", "map 2,1", "for-each 1,2", "for-each
2,1": Test it.
2019-03-02 14:33:58 +01:00
..
data GNU Mes. 2018-07-22 14:24:36 +02:00
base.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
boot.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
catch.test mes: Print backtrace upon exception. 2018-10-20 18:24:37 +02:00
closure.test GNU Mes. 2018-07-22 14:24:36 +02:00
cwv.test GNU Mes. 2018-07-22 14:24:36 +02:00
display.test GNU Mes. 2018-07-22 14:24:36 +02:00
fluids.test mes: with-fluids: Fix reset. 2018-10-15 10:39:02 +02:00
getopt-long.test GNU Mes. 2018-07-22 14:24:36 +02:00
guile.test core: Add module-define! 2018-10-14 09:10:30 +02:00
let-syntax.test GNU Mes. 2018-07-22 14:24:36 +02:00
let.test GNU Mes. 2018-07-22 14:24:36 +02:00
macro.test core: Add string-append. 2018-11-15 23:09:56 +01:00
match.test GNU Mes. 2018-07-22 14:24:36 +02:00
math.test GNU Mes. 2018-07-22 14:24:36 +02:00
module.test GNU Mes. 2018-07-22 14:24:36 +02:00
optargs.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
peg.test GNU Mes. 2018-07-22 14:24:36 +02:00
perform.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
pmatch.test GNU Mes. 2018-07-22 14:24:36 +02:00
posix.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
psyntax.test build: Simplify: cater for one compiler at a time. 2018-11-06 20:29:35 +01:00
quasiquote.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
read.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
scm.test mes: Support map and for-each with lists of unequal length. 2019-03-02 14:33:58 +01:00
srfi-0.test core: Add module-define! 2018-10-14 09:10:30 +02:00
srfi-1.test mes: Support fold-right 3. 2018-10-06 21:05:43 +02:00
srfi-9.test GNU Mes. 2018-07-22 14:24:36 +02:00
srfi-13.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
srfi-14.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
srfi-16.test GNU Mes. 2018-07-22 14:24:36 +02:00
srfi-43.test GNU Mes. 2018-07-22 14:24:36 +02:00
syntax.test GNU Mes. 2018-07-22 14:24:36 +02:00
vector.test GNU Mes. 2018-07-22 14:24:36 +02:00