diff --git a/README.md b/README.md index c17d5d3..bda36c2 100644 --- a/README.md +++ b/README.md @@ -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