Updated README

This commit is contained in:
Mattia Giambirtone 2022-08-18 22:09:33 +02:00
parent 0b60b327ce
commit d1a0005f7e
1 changed files with 1 additions and 1 deletions

View File

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