add a note on macroexpand to readme

This commit is contained in:
Yuichi Nishiwaki 2014-02-15 13:02:42 +09:00
parent c4473335b4
commit 2ffd1a8e00
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
- `define-macro`
- `gensym`
- `macroexpand`
Old-fashioned macro facility.