revise README

This commit is contained in:
Yuichi Nishiwaki 2013-11-15 11:58:48 +09:00
parent 8d31ca5a5a
commit b9985dd682
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
- direct threaded VM
- Internal representation by Nan-Boxing
- conservative call/cc implementation (users can freely interleave native stack with VM stack)
- exact GC (simple mark and sweep, partially reference count is also used)
- exact GC (simple mark and sweep, partially reference count is used as well)
- advanced REPL support (multi-line input, etc)
- tiny & portable library (all functions will be in `libpicrin.so`)