fcc
fcc copied to clipboard
cleanup proposal
mkdir examples git mv *.nt examples/ cat > Makefile
build script.
dmd --blah ^Z
Late answer. Yeah I know I have to move the tests into a dedicated folder, but I'm kind of pushing it ahead because it's really not that important. Also, please don't use DMD as it has numerous frontend limitations. There's a specific version of GDC1 that's known to work; I'll put that in the wiki eventually. The recommended build script is gdc-build. Thanks for your feedback and sorry for the belated answer; I'll leave this open as a reminder.
Separate testsuite created!
looks much nicer now.. how about putting the compiler sources into src/ ?
:sigh: One thing at a time, I guess.
oh well, since you dont have a README or LICENSE in the root tree, it does at least not clobber valuable informations...