Updated README

This commit is contained in:
nocturn9x 2021-07-18 16:22:43 +02:00
parent 1262a77fb0
commit ef3fa78d86
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ The project is split into several directories and submodules to ease human inspe
- `docs/bytecode.md` -> Lays out the bytecode specification for NimVM as well as serialization guidelines
- `docs/grammar.md` -> Formal grammar specification in EBNF syntax
- `src` -> Contains source files
- `src/main.nim` -> This is the main executable for NimVM (REPL, run files, etc.)
- `src/main.nim` -> This is the main executable for NimVM (REPL, run files, etc.), currently not in this repo
- `src/backend` -> Contains the backend of the language (lexer, parser and compiler)
- `src/backend/meta` -> Contains meta-structures that are used during parsing and compilation
- `src/backend/lexer.nim` -> Contains the tokenizer