reformat readme
This commit is contained in:
parent
41cc75e181
commit
7d53c52c44
61
README.md
61
README.md
|
@ -18,36 +18,37 @@ Picrin is a lightweight scheme implementation intended to comply with full R7RS
|
||||||
|
|
||||||
## Libraries
|
## Libraries
|
||||||
|
|
||||||
- `(scheme base)`
|
- `(scheme base)`
|
||||||
- `(scheme write)`
|
- `(scheme write)`
|
||||||
- `(scheme cxr)`
|
- `(scheme cxr)`
|
||||||
- `(scheme file)`
|
- `(scheme file)`
|
||||||
- `(scheme inexact)`
|
- `(scheme inexact)`
|
||||||
- `(scheme time)`
|
- `(scheme time)`
|
||||||
- `(scheme process-context)`
|
- `(scheme process-context)`
|
||||||
- `(scheme load)`
|
- `(scheme load)`
|
||||||
- `(picrin macro)`
|
- `(picrin macro)`
|
||||||
|
|
||||||
- `define-macro`
|
- `define-macro`
|
||||||
- `gensym`
|
- `gensym`
|
||||||
- `macroexpand`
|
- `macroexpand`
|
||||||
|
|
||||||
Old-fashioned macro facility.
|
Old-fashioned macro facility.
|
||||||
|
|
||||||
- `make-syntactic-closure`
|
- `make-syntactic-closure`
|
||||||
- `identifier?`
|
- `identifier?`
|
||||||
- `identifier=?`
|
- `identifier=?`
|
||||||
|
|
||||||
Syntactic closures.
|
Syntactic closures.
|
||||||
|
|
||||||
- `er-macro-transformer`
|
- `er-macro-transformer`
|
||||||
- `ir-macro-transformer`
|
- `ir-macro-transformer`
|
||||||
|
|
||||||
Explicit renaming macro families.
|
Explicit renaming macro families.
|
||||||
|
|
||||||
- `(srfi 1)`
|
- `(srfi 1)`
|
||||||
|
|
||||||
List manipulation library.
|
List manipulation library.
|
||||||
|
|
||||||
|
|
||||||
## Compliance with R7RS
|
## Compliance with R7RS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue