aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 57f0c43..a238c8e 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# cljcc
-A toy C Compiler implementation in Clojure.
+A toy C Compiler implementation in Clojure.
+
+Browser version: [cljcc](https://cljcc.shagunagrawal.me)
Follows the book [Writing a C Compiler by Nora Sandler](https://nostarch.com/writing-c-compiler).