From 7e9d8b434a5a214766c531bbdb7dbe4c6ec415a0 Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Mon, 2 Oct 2023 11:41:21 -0500 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d68f4d..1370de1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Really Bad Compiler in Haskell +# HEAR Compiler in Haskell -A compiler for Hear, a language for when you cannot C. +A compiler for HEAR, a language for when you cannot C. Written in Haskell, and currently using the megaparsec and llvm-hs-\* libraries, but I plan to eventually rewrite the lexar/parser from scratch. Built for the Introduction to Compiler Design class at The University of Texas at Dallas.