mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Sync
This commit is contained in:
parent
02a077686e
commit
a53a5b1a2d
1 changed files with 14 additions and 0 deletions
|
@ -15,6 +15,9 @@ The `(scheme cyclone ast)` library defines abstract syntax tree types used durin
|
|||
- [`ast:set-lambda-args!`](#astset-lambda-args)
|
||||
- [`ast:lambda-body`](#astlambda-body)
|
||||
- [`ast:set-lambda-body!`](#astset-lambda-body)
|
||||
- [`ast:ast->sexp`](#astast-sexp)
|
||||
- [`ast:sexp->ast`](#astsexp-ast)
|
||||
- [`ast:ast->pp-sexp`](#astast-pp-sexp)
|
||||
|
||||
# ast:make-lambda
|
||||
(ast:make-lambda args body)
|
||||
|
@ -45,3 +48,14 @@ The `(scheme cyclone ast)` library defines abstract syntax tree types used durin
|
|||
|
||||
(ast:set-lambda-body! lambda-obj body)
|
||||
|
||||
# ast:ast->sexp
|
||||
|
||||
(ast:ast->sexp exp)
|
||||
|
||||
# ast:sexp->ast
|
||||
|
||||
(ast:sexp->ast exp)
|
||||
|
||||
# ast:ast->pp-sexp
|
||||
|
||||
(ast:ast->pp-sexp exp)
|
||||
|
|
Loading…
Add table
Reference in a new issue