Thorsten Glaser wrote:
Rob dixit:
I've been working on a C compiler in my spare time and recently finished
[b>> If anyone's interested. It's hosted here [1] and I'm all ears to
critiques and feedback.
1: https://github.com/bobrippling/ucc-c-compiler
Cool! Ib>
By the way: just compiling mksh and running its testsuite
has been proven to be a decent toolchain check b> believe the amount of bugs I
found in GCC (repeat offenders
are -fwhole-program --combine and -flto) and various libcs
(glibc/eglibc, B5Clibc, dietlibc, klibc, bionic) and other
compilers (mostly PCC which I had viewn as way forward for
MirBSD) along the way.
So I suggest you add b> to your compilerb
Nice suggestion, once I'm happy with it, my main targets are dwm, st,
dmenu. Then I'll try a few large programs like GNU awk and sed, and mksh
slots in nicely there. Thanks!
Rob