lcc-win

by Jacob Navia, March 2, 2010

A C compiler, a JIT, a debugger and programming environment

Most new programming languages are implemented in C. Lcc-win is a small but powerful C compiler and associated environmental tools that can be easily adapted as a back end for new languages. It is already used for Smart-Eiffel, within Matlab, and in several other projects.

Source code can be available if purchased. Custom, tailor-made debugger are available at request. It is also possible to use it as a JIT (Just in time compiler): You pass it a buffer with C code and you receive a function pointer. It is very easy.

For all enquires please write to: [email protected]