revise readme

This commit is contained in:
Yuichi Nishiwaki 2013-12-10 09:10:07 -08:00
parent 40f7a3eacf
commit eb4202cf34
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
- conservative call/cc implementation (users can freely interleave native stack with VM stack) - conservative call/cc implementation (users can freely interleave native stack with VM stack)
- exact GC (simple mark and sweep, partially reference count is used as well) - exact GC (simple mark and sweep, partially reference count is used as well)
- support full set hygienic macro transformers, including implicit renaming macros - support full set hygienic macro transformers, including implicit renaming macros
- R7RS library syntax - extended library syntax
- advanced REPL support (multi-line input, etc) - advanced REPL support (multi-line input, etc)
- tiny & portable library (all functions will be in `libpicrin.so`) - tiny & portable library (all functions will be in `libpicrin.so`)