From 8fdfe1150a2155da5ea9d458adc347c4a6de5ce1 Mon Sep 17 00:00:00 2001 From: Mustafa Quraish Date: Mon, 24 Jan 2022 11:41:31 -0500 Subject: Initial commit + start of lexer --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f315b41 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# CUP: C U, Python! + +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 -- cgit v1.2.3