chibicc

small C compiler
  https://github.com/rui314/chibicc
  -2
  1 review



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.
Latest reviews
1
xyroth 2 months ago

this program as shipped is actually broken and does not work, as the packager failed to test that it can find the gnu libraries and fix the problem that it can't on mint