From ea0531ed2fc5c5e3144c23026d979dfa259ac071 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 30 Nov 2025 00:18:26 +0900 Subject: update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e1298a5..1c7b6bf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> [!NOTE] +> This project is not actively developed. A successor of this compiler is here: https://github.com/nsfisis/ducc + + # P4Dcc P4Dcc is a tiny, but self-hosted C compiler. It takes C source code and compiles it to assembly language. For assembling and linking, it deletegates to gcc as-is. @@ -57,6 +61,12 @@ To meet the four-day goal, many design decisions were made to reduce complexity * All variables are function-scoped +# Misc. + +* Article (Japanese): https://blog.nsfisis.dev/posts/2025-05-05/make-tiny-self-hosted-c-compiler/ +* Talk in TechRAMEN conference (Japanese): https://slides.nsfisis.dev/slides/2025-07-26/techramen-25-conf/ + + ## License See [LICENSE](./LICENSE). -- cgit v1.2.3-70-g09d2