mes/tests
Jan Nieuwenhuizen 99b34bb853
DRAFT boot-6: Support Guile modules.
* mes/module/mes/boot-5.mes,
mes/module/mes/boot-6.mes: New files.
* src/variable.c (handle_set_x):
(lookup_handle):
(lookup_ref):
(lookup_ref_):
* tests/display.test: XXX disable some loading
* src/module.c (current_module):
(module_defines):
(module_define_x):
(module_handle):
(module_variable):
* src/hash.c (hashq_get_handle_):
(hashq_ref_):
(hash_ref_):
* src/eval-apply.c (eval_apply):
* src/core.c (error):
* src/builtins.c (mes_builtins):
* scaffold/boot/60-let-syntax-expanded.scm (defined?):
* scaffold/boot/53-closure-display.scm (guile):
* mes/module/mes/main.mes: New file.
* mes/module/mes/guile.mes (include-from-path):
(define-module):
(defmacro):
(set-procedure-property!):
(use-modules):
(effective-version):
2020-12-30 14:42:03 +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 build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
closure.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
cwv.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
display.test DRAFT boot-6: Support Guile modules. 2020-12-30 14:42:03 +01:00
fluids.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
gc.test tests: Add gc.test. 2020-12-29 18:10:50 +01:00
getopt-long.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
guile.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
let-syntax.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
let.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
macro.test core: Replace special cell_boot_module with initial-module builtin. 2020-12-30 12:53:57 +01:00
match.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
math.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
module.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
optargs.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
peg.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
perform.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
pmatch.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
posix.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
psyntax.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
quasiquote.test core: String as array of bytes. 2018-11-11 16:25:36 +01:00
read.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
scm.test test: Move srfi-1 for-each and map tests to tests/srfi-1.test. 2019-05-29 16:30:25 +02:00
srfi-0.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
srfi-1.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
srfi-9.test mes: srfi-9: Guile interface compliancy. 2020-12-30 12:53:54 +01:00
srfi-13.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
srfi-14.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
srfi-16.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
srfi-43.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
syntax.test build: Cater for bootstrap build. 2019-12-13 21:52:18 +01:00
vector.test core: make-vector: Move to core. 2020-12-29 18:11:08 +01:00