diff --git a/content/blog/08_compiler_llvm.md b/content/blog/08_compiler_llvm.md index c51b38d..3cfe6dc 100644 --- a/content/blog/08_compiler_llvm.md +++ b/content/blog/08_compiler_llvm.md @@ -575,5 +575,5 @@ In the next several posts, we will improve our compiler to properly free unused memory usign a __garbage collector__, implement lambda functions using __lambda lifting__, -and use implement `let/in` expressions. See +and use our Alloc instruction to implement `let/in` expressions. See you there!