Due to server problems the website is temporarily offline! Visit http://www.smorgasbordet.com/pellesc/ to download Pelles C.
PicoC is a very small C interpreter for scripting. It was originally written as a script language for a UAV on-board flight system. It's also very suitable for other robotic, embedded and non-embedded applications.The core C source code is around 3500 lines of code. It's not intended to be a complete implementation of ISO C but it has all the essentials. When compiled it only takes a few k of code space and is also very sparing of data space. This means it can work well in small embedded devices. It's also a fun example of how to create a very small language implementation while still keeping the code readable.It's been tested on x86-32, x86-64, powerpc, arm, ultrasparc, HP-PA and blackfin processors and is easy to port to new targets.
The tiny C Compiler is another utility prodiving the C interpreting service :https://bellard.org/tcc/
Quote from: Vortex on October 26, 2023, 07:25:17 PMThe tiny C Compiler is another utility prodiving the C interpreting service :https://bellard.org/tcc/The last release of this compiler is at: http://download.savannah.nongnu.org/releases/tinycc/.The newest development you can find at: https://repo.or.cz/tinycc.git.
AboutUnofficial mirror of mob development branchrepo.or.cz/w/tinycc.git