mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Add disclaimer
This commit is contained in:
parent
d8024f71e5
commit
07c25ba4f2
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
The `(scheme cyclone ast)` library defines abstract syntax tree types used during compilation.
|
The `(scheme cyclone ast)` library defines abstract syntax tree types used during compilation.
|
||||||
|
|
||||||
|
*This library is used internally by the compiler and its API may change at any time.*
|
||||||
|
|
||||||
- [`ast:make-lambda`](#astmake-lambda)
|
- [`ast:make-lambda`](#astmake-lambda)
|
||||||
- [`ast:%make-lambda`](#astmake-lambda-1)
|
- [`ast:%make-lambda`](#astmake-lambda-1)
|
||||||
- [`ast:lambda?`](#astlambda)
|
- [`ast:lambda?`](#astlambda)
|
||||||
|
|
Loading…
Add table
Reference in a new issue