Kochise / tinycc_win32

Updated Tiny C Compiler from Fabrice BELLARD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinycc_win32

Updated Tiny C Compiler from Fabrice BELLARD (win32 version)

Benefits of tcc : simple, portable (<2MB compiler + basic includes) and pretty damn fast.
Beware : while functional for basic usages, tcc have many limitations and bugs when pushing it to its limits.
Warning : this is the mob branch, which is open to experimental/unsupervised changes.

Base version is : tinycc-7e90129.zip - 2020-01-22 grischka Rework expr_infix (mob)
Compiler is : tcc_0.9.27 - 17-Dec-2017 08:27 (latest public release)

1- Edit config.h and ./win32/make-tcc.bat files if necessary
2- To compile tcc, just run ./win32/make-tcc.bat, it will "self" compile
3- Compiled tcc will be located into ./win32/
4- If you want to use tcc as a compiler, use ./win32/tcc.exe with the ./win32/include/ folder.

You can check the Savannah bugtracker but it isn't followed by the current maintainers, hence old bugs remains.
This repo won't provide bugfixes either, but mostly improve the whole distribution with header files and libraries.

About

Updated Tiny C Compiler from Fabrice BELLARD

License:GNU Lesser General Public License v2.1


Languages

Language:C 65.3%Language:C++ 34.5%Language:Makefile 0.1%Language:Assembly 0.1%Language:Perl 0.0%Language:Shell 0.0%Language:Batchfile 0.0%