TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike other C compilers, it is meant to be self-sufficient: you do not need an external assembler or linker because TCC does that for you.
TCC compiles so fast that even for big projects Makefiles may not be necessary.
TCC not only supports
... [More] ANSI C, but also most of the ISO C99 and ISO C11 standard and also many GNUC extensions.
TCC can also be used to make C scripts, i.e. pieces of C source that you run as a script. Compilation is so fast that your script will be as fast as if it was an executable.
TCC can also automatically generate memory and bound checks while allowing all C pointers operations.
With libtcc, you can use TCC as a backend for dynamic code generation. [Less]
Toolset for computations involving date and time values in the shell, with a strong focus on usability within shell scripts.
Their target market are shell scripts that need date calculations and/or calendar conversion, and as such they are highly pipe-able and modelled after their well-known
... [More] (non-date-aware) cousins:
+ dseq (vs. seq)
+ dconv
+ dadd
+ ddiff
+ dgrep (vs. grep)
+ dtest (vs. test)
+ dround [Less]
Eventually a minimal but fully ISO/IEC 9899:1989 / 1999 / 2011 and ISO/IEC 14882:1997 / 2011 compliant C standard library framework in the Public Domain, with clean OS interfaces, usable on a variety of platforms and particularly suited for use as the C library on new platforms.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy