diff options
| author | Mustafa Quraish <[email protected]> | 2022-02-04 20:55:24 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-04 20:55:24 -0500 |
| commit | fc0c0bd34cadf4a6d42a3de5bd28491eedf3ef4f (patch) | |
| tree | dfd79a014c393254c10b5461822d7bdc2a31723e /README.md | |
| parent | Add an enum-like-but-not-really structure (diff) | |
| download | cup-fc0c0bd34cadf4a6d42a3de5bd28491eedf3ef4f.tar.xz cup-fc0c0bd34cadf4a6d42a3de5bd28491eedf3ef4f.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |