diet README
This commit is contained in:
parent
e4e2622386
commit
4b1fab6557
|
@ -44,7 +44,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 finally -- although experimentally -- implicit renaming macro. as of now let-syntax and letrec-syntax are not provided. |
|
||||
| 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.2 Pattern language | no | `syntax-rules` |
|
||||
| 4.3.3 Signaling errors in macro transformers | yes | |
|
||||
| 5.1 Programs | yes | |
|
||||
|
|
Loading…
Reference in New Issue