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