Skip to content

Commit f3a5502

Browse files
authored
Update README.md
1 parent b039fed commit f3a5502

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
# HERESY
2-
SOFTWARE HERESY - Hell for C Purists. LuLz for Rustaceans.... C makefile in Rust.
1+
# 🐍 HERESY — C inside Rust inside C (v1.0.0)
2+
3+
**A complete C program embedded as a raw string in Rust that writes/compiles/links its own C mini-project.**
4+
Rust spawns a C generator, the C generator emits `alpha.c`, `beta.c`, `runner.c`, builds `heresy_exe`, and (optionally) tries to poke Cargo again. Recursion guard included.
5+
6+
> “Because build systems are for humans, not machines — and vice versa.”
7+
8+
## Quickstart
9+
10+
```bash
11+
git clone https://github.com/QSOLKCB/HERESY.git
12+
cd HERESY
13+
cargo run -q

0 commit comments

Comments
 (0)