Updated README

This commit is contained in:
Mattia Giambirtone 2022-11-05 14:33:19 +01:00
parent edb6fdb7e6
commit 29b6aeb9f3
1 changed files with 5 additions and 2 deletions

View File

@ -67,8 +67,8 @@ Toolchain:
- Tokenizer (with dynamic symbol table) ✅
- Parser (with support for custom operators, even builtins) ✅
- Compiler - > Being written
- VM [ ] -> Being written
- Compiler
- VM
- Bytecode (de-)serializer ✅
- Static code debugger ✅
- Runtime debugger/inspection tool ✅
@ -89,6 +89,9 @@ Misc:
- Import system with namespaces and visibility control ✅
__Note__: Since peon isn't complete yet, the toolchain (lexer, parser, compiler and VM) may change, but since they
currently work and run, they're marked as "complete" even if technically speaking they aren't. They're functional, though
## Feature wishlist