aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMustafa Quraish <[email protected]>2022-02-04 20:55:24 -0500
committerGitHub <[email protected]>2022-02-04 20:55:24 -0500
commitfc0c0bd34cadf4a6d42a3de5bd28491eedf3ef4f (patch)
treedfd79a014c393254c10b5461822d7bdc2a31723e
parentAdd an enum-like-but-not-really structure (diff)
downloadcup-fc0c0bd34cadf4a6d42a3de5bd28491eedf3ef4f.tar.xz
cup-fc0c0bd34cadf4a6d42a3de5bd28491eedf3ef4f.zip
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f315b41..8ec7d99 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# CUP: C U, Python!
+# CUP: C(ompiler) U(nder) P(rogress)
A badly named, in-progress programming language just to learn how these things work.
Wait, doesn't everyone write a compiler when they're bored?
-Why am I writing this in C? Good question. \ No newline at end of file
+Why am I writing this in C? Good question.