aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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).