From 5cd5681a4de3c5db9ff83d0f5ffebd82143243df Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 1 Apr 2017 17:07:28 +0200 Subject: [PATCH] HACKING: scripts/mescc.mes scaffold/t.c runs. --- HACKING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING b/HACKING index 8597bf5d..8774aa08 100644 --- a/HACKING +++ b/HACKING @@ -16,9 +16,9 @@ 4c. scaffold/cons-mes.c: run simple hardcoded sexp 4d. scaffold/tiny-mes.c: load memory dump, run simple sexp 4e. scaffold/t.c: run c test suite with scripts/mescc.mes - 4x. *we are here, any more steps to reach 5* - rm -f a.out; MES_DEBUG=1 scripts/mescc.mes scaffold/t.c > a.out - 5. scripts/mescc.mes: C compiler on mes, that can build mini-mes + 5. scripts/mescc.mes: C compiler on mes, that can build scaffold/mini-mes.c + 5x. *we are here, any more steps to reach 5* + rm -f a.out; MES_DEBUG=1 scripts/mescc.mes scaffold/mini-mes.c > a.out 5a. remove __MESC__/__NYAC__ C workarounds in gc.c 5b. module/language/c99/compiler.mes: refactor expr->arg, expr->accu, ast->info 5c. merge *.c into scaffold/mini-mes.c