mes/scaffold
Jan Nieuwenhuizen c13941261e
mes: Run indent.
for i in $(find . -name '*.h' -o -name '*.c'); do indent $i --no-tabs --no-space-after-casts; done
2019-02-11 07:55:17 +01:00
..
boot core: Add string-append. 2018-11-15 23:09:56 +01:00
lib/stdlib mescc: Mes C Library: Cleanup includes. 2019-02-11 07:19:31 +01:00
tests mes: Run indent. 2019-02-11 07:55:17 +01:00
argv.c mes: Run indent. 2019-02-11 07:55:17 +01:00
cons-mes.c mes: Run indent. 2019-02-11 07:55:17 +01:00
gc.scm Add missing copyright headers and READMEs. 2018-07-26 19:17:12 +02:00
hello.c GNU Mes. 2018-07-22 14:24:36 +02:00
main.c mescc: x86_64 support: Refactor to abstracted assembly, add x86_64. 2018-08-15 18:26:55 +02:00
micro-mes.c mes: Run indent. 2019-02-11 07:55:17 +01:00
read.c mes: Run indent. 2019-02-11 07:55:17 +01:00
read.data test: Build initial scaffold tests without libc. 2018-08-15 17:47:03 +02:00
tiny-mes.c mes: Run indent. 2019-02-11 07:55:17 +01:00