blissc
blissc copied to clipboard
BLISS-M compiler
The compiler seems to build ok, but fails on tests: ``` make check Making check in tests make[1]: Entering directory '/home/drifter/dev/blissc/tests' ../blissc --library -o testharness.lib ../tests/testharness.req python "../tests/runtests.py" --blissc="../blissc" --cc="cc"...
The LINKAGE keyword is not recognized by the compiler.
On OS X systems, specifying a main routine with the MAIN= switch on a MODULE declaration has no effect. Instead, you have to specify the main entry point when linking...