Fix last sentence of compiler post

This commit is contained in:
Danila Fedorin 2019-11-06 21:34:29 -08:00
parent 50fbe3e196
commit 654239e29f
1 changed files with 1 additions and 1 deletions

View File

@ -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!