Links ===== Classical compilers ------------------- * http://llvm.org low level virtual machine, a compiler written in C++. * GCC The gnu compiler. * ack Amsterdam compiler kit. * https://github.com/drh/lcc a retargetable C compiler. Other compilers written in python --------------------------------- * zxbasic is a basic compiler written in python. * https://launchpad.net/python-msp430-tools a msp430 tools project in python.