diff --git a/README.md b/README.md index 9cda54ad..69dd77fb 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ - bytecode interpreter (based on Stack VM technology) - direct threading VM - exact GC (simple mark and sweep strategy) +- advanced REPL support (multi-line input, etc) ## How to use it