|
|
|
|
|
by tux3
298 days ago
|
|
Sean Baxter's circle compiler uses LLVM as a backend, but I believe the rest is from scratch. Arguably these days having a clear frontend/backend separation is good compiler architecture. It might slow down compile times a bit, but it's worth the cost. |
|