Jan Nieuwenhuizen
|
c6fecdc353
|
mescc: Merge mescc.mes and mescc.scm.
* scripts/mescc: New file.
* scripts/mescc.mes: Remove.
* guile/mescc.scm: Remove.
* guile/guix/make.scm (CC.mescc): Update.
* install.sh (TINYCC_SEED): Update.
* make.scm (bootstrap?): Update.
* test.sh (MES): Update.
* check-boot.sh: Use $GUILE to allow running without Guile.
|
2018-04-27 23:47:31 +02:00 |
|
Jan Nieuwenhuizen
|
630718f134
|
mes: Guile-like command-line interface.
* module/mes/boot-0.scm (tty?): Guile-like command-line interface.
* scripts/repl.mes: Remove.
* scripts/mescc.mes: Update.
* tests/*.test: Update scripts.
* module/mes/repl.mes (repl): Add ,quit.
|
2018-04-22 11:51:28 +02:00 |
|
Jan Nieuwenhuizen
|
0d0c7a415b
|
mes: Move base-0.mes int boot-0.scm.
* module/mes/boot-02.scm: New file, rename from boot-0.scm.
* module/mes/boot-0.scm: Add base-0.mes.
* module/mes/base-0.mes: Remove.
|
2018-04-14 22:06:28 +02:00 |
|
Jan Nieuwenhuizen
|
ad135d3752
|
doc: Release udpate.
* HACKING: Update.
* INSTALL: Update.
* NEWS: Update.
* README: Update.
* doc/ANNOUNCE-0.12: New file.
* throughout: (janneke) coming out.
|
2017-11-21 19:22:26 +01:00 |
|
Jan Nieuwenhuizen
|
28b3ec954b
|
build: Remove scripts/mes symlink.
|
2018-04-07 18:27:26 +02:00 |
|
Jan Nieuwenhuizen
|
9fc27ee25a
|
mes: Single environment lookup for variables, SICP chapter 3.
* src/mes.c (t): Add TVARIABLE.
(scm_vm_eval_deref): New vm special.
(make_vref_): New internal function.
(eval_apply): WIP: replace symbols with their variable reference.
* src/gc.c (gc_loop): Handle TVARIABLE.
* src/lib.c (display_helper): Handle TVARIABLE.
* module/mes/type-0.mes (<cell:variable>): New variable.
(cell:type-alist): Add it.
(variable?): New function.
* module/mes/display.mes (display): Handle <variable>.
|
2017-12-09 08:33:50 +01:00 |
|
Jan Nieuwenhuizen
|
2aafee0163
|
mes: Fix for pmatch on bootstrappable syntax-rules.
* module/mes/pmatch.scm (ppat): Do not use let.
* tests/pmatch.test ("pmatch nyacc minimal", "pmatch nyacc"): Test it.
|
2017-12-09 15:04:32 +01:00 |
|
Jan Nieuwenhuizen
|
124085e4dc
|
test: Add pmatch tests.
* tests/pmatch.test: New file.
* GNUmakefile (TESTS): Add it.
|
2017-03-29 08:07:51 +02:00 |
|