From d1a0005f7e2dd22c4892827ec8d67a1e923a3b36 Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Thu, 18 Aug 2022 22:09:33 +0200 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a519d5b..fd453b5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Peon is a simple, functional, async-first programming language with a focus on c ## Project structure - `src/` -> Contains the entirety of peon's toolchain - - `src/memory/` -> Contains peon's memory allocator and GC (TODO) + - ~~`src/memory/` -> Contains peon's memory allocator and GC~~ GC is in the VM right now, sorry! - `src/frontend/` -> Contains the tokenizer, parser and compiler - `src/frontend/meta/` -> Contains shared error definitions, AST node and token declarations as well as the bytecode used by the compiler