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
- Host: GitHub
- URL: https://github.com/keiichiw/tmp-8cc
- Owner: keiichiw
- License: mit
- Created: 2016-12-03T09:52:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T16:40:14.000Z (almost 9 years ago)
- Last Synced: 2025-04-14T02:08:42.084Z (11 months ago)
- Topics: compiler, cplusplus, joke, template-metaprogramming
- Language: C++
- Homepage:
- Size: 893 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.