Home

Awesome

TMP-8cc: Another Compile-time C Compiler

TMP-8cc is a compile-time C compiler implemented in C++ Template MetaProgramming. This project is a port of 8cc and generated by ELVM Infrastructure's C++ Template Metaprogramming backend.

However, this compiler unfortunately DOES NOT work on practial machines, because it needs huge amount of memories. Therefore, this compiler is ornamental.

Author

Keiichi Watanabe (udon.watanabe[at]gmail.com)

See also

constexpr-8cc is a compile-time C compiler, which works on practical machines.