Links ===== Classical compilers ------------------- The following list gives a summary of some compilers that exist in the open source land. * `LLVM` A relatively new and popular compiler. LLVM stands for low level virtual machine, a compiler written in C++. http://llvm.org * `GCC` The gnu compiler. The workhorse for many a year. https://gcc.gnu.org/ * `ACK` The amsterdam compiler kit. An old compiler. http://tack.sourceforge.net/ * `lcc` a retargetable C compiler. https://github.com/drh/lcc Other compilers written in python --------------------------------- * `zxbasic` is a freebasic compiler written in python. http://www.boriel.com/wiki/en/index.php/ZXBasic * `python-msp430-tools` a msp430 tools project in python. https://launchpad.net/python-msp430-tools