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.