use annotation in readme

This commit is contained in:
Yuichi Nishiwaki 2013-12-10 08:00:29 -08:00
parent ef5a4d6432
commit e380f810af
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,7 @@
| 4.2.7 Exception handling | no | `guard` syntax. |
| 4.2.8 Quasiquotation | incomplete | nested is unsupported |
| 4.2.9 Case-lambda | N/A | |
| 4.3.1 Bindings constructs for syntactic keywords | incomplete | picrin provides hygienic macros in addition to so-called legacy macro (`define-macro`), such as syntactic closure, explicit renaming macro, and implicit renaming macro. as of now let-syntax and letrec-syntax are not provided. |
| 4.3.1 Bindings constructs for syntactic keywords | incomplete | (*1) |
| 4.3.2 Pattern language | no | `syntax-rules` |
| 4.3.3 Signaling errors in macro transformers | yes | |
| 5.1 Programs | yes | |
@ -80,6 +80,8 @@
| 6.13 Ports | incomplete | |
| 6.14 System interface | yes | |
1. Picrin provides hygienic macros in addition to so-called legacy macro (`define-macro`), such as syntactic closure, explicit renaming macro, and implicit renaming macro. As of now let-syntax and letrec-syntax are not provided.
## Homepage
Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository.