Tiny C compiler, programmed in C with compiler/linker/assembler included. VERY fast and mainly usable as a library. WIN32 port of the http://tinycc.org version. Compiles code to memory currently, perhaps disk soon. Go to the homepage for more info.
Categories
CompilersLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow TinyCC-Win32
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
-
I do like TinyCC. Fast, simple. Error messages are terse, but that's part of the package, and expected. What wasn't expected today was that while gettimeofday definitions do exist, the executable doesn't. A web page under lists.gnu.org says to download mingw, extract all the header files from "include/" directory (note, directory is singular, but there are 8 "include/" directories in the ming tree) into "tcc/includes/winapi/". Note, there is no "includes/" directory. Plan on lots of work plowing through the mishmash if you want to accomplish anything more than tiny.
-
Truly compact and easy to use. I tried on a Windows 8.1 Professional 64 bit machine and it works fine.
-
Thanks for Tinycc-win32, it's perfect!