update README

This commit is contained in:
Yuichi Nishiwaki 2013-10-17 20:53:39 +09:00
parent 1a6c8a3cca
commit 79f5fa6277
1 changed files with 1 additions and 0 deletions

View File

@ -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