reformat readme

This commit is contained in:
Yuichi Nishiwaki 2014-02-18 04:28:15 +09:00
parent 41cc75e181
commit 7d53c52c44
1 changed files with 31 additions and 30 deletions

View File

@ -18,36 +18,37 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
## Libraries
- `(scheme base)`
- `(scheme write)`
- `(scheme cxr)`
- `(scheme file)`
- `(scheme inexact)`
- `(scheme time)`
- `(scheme process-context)`
- `(scheme load)`
- `(picrin macro)`
- `define-macro`
- `gensym`
- `macroexpand`
Old-fashioned macro facility.
- `make-syntactic-closure`
- `identifier?`
- `identifier=?`
Syntactic closures.
- `er-macro-transformer`
- `ir-macro-transformer`
Explicit renaming macro families.
- `(srfi 1)`
List manipulation library.
- `(scheme base)`
- `(scheme write)`
- `(scheme cxr)`
- `(scheme file)`
- `(scheme inexact)`
- `(scheme time)`
- `(scheme process-context)`
- `(scheme load)`
- `(picrin macro)`
- `define-macro`
- `gensym`
- `macroexpand`
Old-fashioned macro facility.
- `make-syntactic-closure`
- `identifier?`
- `identifier=?`
Syntactic closures.
- `er-macro-transformer`
- `ir-macro-transformer`
Explicit renaming macro families.
- `(srfi 1)`
List manipulation library.
## Compliance with R7RS