mes/module
Jan Nieuwenhuizen 9a0daee989
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-02-08 19:34:47 +01:00
..
mes test: Use write instead of display. 2018-11-15 17:10:03 +01:00
mescc mes: Support map and for-each with lists of unequal length. 2019-02-08 19:34:47 +01:00
mescc.scm mescc: Enhance POSIX command-line support, e.g. -DFOO=1. 2019-02-08 19:34:42 +01:00