projects
/
mes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
542a8c2
)
HACKING: scripts/mescc.mes scaffold/cons-mes.c runs.
author
Jan Nieuwenhuizen
<janneke@gnu.org>
Sat, 1 Apr 2017 14:12:51 +0000
(16:12 +0200)
committer
Jan Nieuwenhuizen
<janneke@gnu.org>
Sat, 1 Apr 2017 14:12:51 +0000
(16:12 +0200)
HACKING
patch
|
blob
|
history
diff --git
a/HACKING
b/HACKING
index 8b7e0f29a6c0cc136698ff15c2fc6f370773d900..66b7b01370f4470c5295b52bd9ec816ea5516d11 100644
(file)
--- a/
HACKING
+++ b/
HACKING
@@
-13,10
+13,10
@@
4. mlib.c: Minimal Mescc C library
4a. scaffold/hello.c: Simplest C program, compiled with 5.
4b. scaffold/micro-mes.c: main of 3. (2nd Scheme interpreter) + mlib.c
4. mlib.c: Minimal Mescc C library
4a. scaffold/hello.c: Simplest C program, compiled with 5.
4b. scaffold/micro-mes.c: main of 3. (2nd Scheme interpreter) + mlib.c
- 4x. *we are here, any more steps to reach 5*
- rm -f a.out; MES_DEBUG=1 scripts/mescc.mes scaffold/micro-mes.c > a.out
4c. scaffold/cons-mes.c: run simple hardcoded sexp
4d. scaffold/tiny-mes.c: load memory dump, run simple sexp
4c. scaffold/cons-mes.c: run simple hardcoded sexp
4d. scaffold/tiny-mes.c: load memory dump, run simple sexp
+ 4x. *we are here, any more steps to reach 5*
+ rm -f a.out; MES_DEBUG=1 scripts/mescc.mes scaffold/tiny-mes.c > a.out
4e. scaffold/t.c: run c test suite with scripts/mescc.mes
5. scripts/mescc.mes: C compiler on mes, that can build mini-mes
5a. remove __MESC__/__NYAC__ C workarounds in gc.c
4e. scaffold/t.c: run c test suite with scripts/mescc.mes
5. scripts/mescc.mes: C compiler on mes, that can build mini-mes
5a. remove __MESC__/__NYAC__ C workarounds in gc.c