Package: wnpp
Severity: wishlist
Owner: Gürkan Myczko <t...@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org
* Package name : chibicc
Version : 0+git20220719+ds
Upstream Authors: Rui Ueyama
URL : https://github.com/rui314/chibicc
* License : MIT
Description : small C compiler
This is yet another small C compiler that implements most C11 features.
Even though it still probably falls into the "toy compilers" category
just
like other small compilers do, chibicc can compile several real-world
programs, including Git, SQLite, libpng and chibicc itself, without
making
modifications to the compiled programs. Generated executables of these
programs pass their corresponding test suites. So, chibicc actually
supports
a wide variety of C11 features and is able to compile hundreds of
thousands
of lines of real-world C code correctly.