Updated README

This commit is contained in:
Mattia Giambirtone 2022-05-20 16:03:19 +02:00
parent 751cf644dc
commit e0fa1342a5
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ Peon is a simple, functional, async-first programming language with a focus on c
- `src/backend` -> Contains the peon VM and type system
- `src/util` -> Contains utilities such as the bytecode debugger and serializer as well
as procedures to handle multi-byte sequences
- `src/config.nim` -> Contains configuration variables
- `src/config.nim` -> Contains compile-time configuration variables
- `src/main.nim` -> Ties up the whole toolchain together by tokenizing,
parsing, compiling, debugging, (de-)serializing and executing peon code
## Disclaimer about the project's state