mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
New file
This commit is contained in:
parent
dbb93ae095
commit
2f6a2b4a1f
1 changed files with 21 additions and 0 deletions
21
docs/api/scheme/cyclone/macros.md
Normal file
21
docs/api/scheme/cyclone/macros.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Macro Library
|
||||||
|
|
||||||
|
The `(scheme cyclone macro)` library contains code to deal with macros.
|
||||||
|
|
||||||
|
- [`define-syntax?`](#define-syntax)
|
||||||
|
- [`macro:macro?`](#macromacro)
|
||||||
|
- [`macro:expand`](#macroexpand)
|
||||||
|
- [`macro:add!`](#macroadd)
|
||||||
|
- [`macro:cleanup`](#macrocleanup)
|
||||||
|
- [`macro:load-env!`](#macroload-env)
|
||||||
|
- [`macro:get-env`](#macroget-env)
|
||||||
|
- [`macro:get-defined-macros`](#macroget-defined-macros)
|
||||||
|
|
||||||
|
#define-syntax?
|
||||||
|
#macro:macro?
|
||||||
|
#macro:expand
|
||||||
|
#macro:add!
|
||||||
|
#macro:cleanup
|
||||||
|
#macro:load-env!
|
||||||
|
#macro:get-env
|
||||||
|
#macro:get-defined-macros
|
Loading…
Add table
Reference in a new issue