mes/guile
Jan Nieuwenhuizen 83a43b81b3 mescc: Produce M1 output instead of hex2.
Use: ./make.scm [TARGET]
     ./make.scm check

* stage0/x86.M1: New file.
* mlibc/mini-libc-mes.c (exit, write): Use M1 instead of .byte.
* mlibc/libc-mes.c (_start, exit, read, write, open, access, brk,
  fsync, printf): Use M1 instead of .byte.
* module/mes/as-i386.mes: Use M1.
* module/mes/make.scm: New file.
* make.scm: New file.
* guile/guix/records.scm: New File.
* guile/guix/shell-utils.scm: New file.
* module/mes/M1.mes: Rename from hex2.mes.
* module/mes/M1.scm: Rename from hex2.scm.
* scripts/mescc.mes: Update callers.
* guile/mescc.scm: Update callers.
2017-07-02 16:25:14 +02:00
..
guix mescc: Produce M1 output instead of hex2. 2017-07-02 16:25:14 +02:00
gc.scm Guile gc experiment: remove global scan variable. 2016-12-12 20:33:48 +01:00
language mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
mes mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
mes-0.scm Make guile switchable in GNUmakefile. 2016-12-21 17:08:36 +01:00
mes.mes core+mini-mes: Replace manual snippets by snarfed includes. 2017-03-10 20:56:18 +01:00
mes.scm core+mini-mes: Replace manual snippets by snarfed includes. 2017-03-10 20:56:18 +01:00
mescc.scm mescc: Produce M1 output instead of hex2. 2017-07-02 16:25:14 +02:00
nyacc mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
reader.mes Extend Scheme reader, reduce C reader dependency. 2016-12-13 19:58:34 +01:00