mes/scaffold
Jan Nieuwenhuizen 03c37b2e22 mescc: Support mini-mes running scheme program with builtins.
Mini-mes, compiled with either gcc or mescc, now runs a memory dump of
this mini-0.mes program

	(begin
	  (write-byte (make-cell 0 0 65))
	  (write-byte (make-cell 0 0 66))
          (write-byte (make-cell 0 0 67))
 	  (write-byte (make-cell 0 0 10))
	  #f)

when read and dumped by (gcc-compiled) mes-32.

* build-aux/mes-snarf.scm: FIXES ..collapse?
* module/language/c99/compiler.mes (ast->info): Bail out on unhandled
  declarations.  Was: verbosely skip.
2017-03-12 12:02:12 +01:00
..
cons-mes.c mescc: Support mini-mes running scheme program with builtins. 2017-03-12 12:02:12 +01:00
m.c mescc: Add open/read C-tests. 2017-04-02 12:10:38 +02:00
micro-mes.c mescc: Add open/read C-tests. 2017-04-02 12:10:38 +02:00
mini-mes.c mescc: Support mini-mes running scheme program with builtins. 2017-03-12 12:02:12 +01:00
t.c mescc: Support mini-mes running scheme program with builtins. 2017-03-12 12:02:12 +01:00
tiny-mes.c mescc: Display sexps better. 2017-03-07 22:33:59 +01:00