An open API service indexing awesome lists of open source software.

https://github.com/keiichiw/tmp-8cc

Compile-time C compiler implemented in C++ Template MetaProgramming
https://github.com/keiichiw/tmp-8cc

compiler cplusplus joke template-metaprogramming

Last synced: 11 months ago
JSON representation

Compile-time C compiler implemented in C++ Template MetaProgramming

Awesome Lists containing this project

README

          

# TMP-8cc: Another Compile-time C Compiler

[TMP-8cc](https://github.com/kw-udon/TMP-8cc) is a compile-time C compiler implemented in **C++ Template MetaProgramming**.
This project is a port of [8cc](https://github.com/rui314/8cc) and generated by [ELVM Infrastructure](https://github.com/shinh/elvm)'s [C++ Template Metaprogramming backend](https://github.com/shinh/elvm/pull/39).

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** ](https://github.com/kw-udon/constexpr-8cc) is a compile-time C compiler, which **works** on practical machines.