mes/scaffold
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
..
boot mes: Single environment lookup for variables, SICP chapter 3. 2017-12-09 08:33:50 +01:00
tests mescc: M4 support: scaffold/tests/82-define.c. 2017-12-04 23:19:32 +01:00
tinycc mescc: Import tinycc test suite. 2017-07-26 11:36:07 +02:00
argv.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
b-0.mes mescc: Run module/base-0.mes. 2017-03-26 21:13:01 +02:00
cons-mes.c mes: Add incremental test suite. 2018-01-25 06:58:44 +01:00
hello.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
m.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
main.c tinycc: scaffold/main.c: running mes-tcc compiled binary #6. 2017-11-16 05:33:11 +01:00
malloc.c mescc: Support regular C99 compile, headers + mlibc. 2017-05-02 23:30:46 +02:00
mesmes build: Refactor. 2017-04-12 21:27:59 +02:00
micro-mes.c mescc: Write object files in hex2 or hex3 format. 2017-06-11 13:11:40 +02:00
mini-mes.c mes: Add incremental test suite. 2018-01-25 06:58:44 +01:00
tiny-mes.c mes: Add incremental test suite. 2018-01-25 06:58:44 +01:00