blissc icon indicating copy to clipboard operation
blissc copied to clipboard

BLISS-M compiler

Results 5 blissc issues
Sort by recently updated
recently updated
newest added

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 %ASCID prefix for string literals is not recognized.

enhancement

Only source listings are currently supported.

enhancement

The LINKAGE keyword is not recognized by the compiler.

enhancement

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...