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
You Might Also Like
BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
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!