mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-03 19:26:34 +02:00
Updated docs
This commit is contained in:
parent
c3120eb0e6
commit
fa961e1088
3 changed files with 4 additions and 30 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
The `(scheme cyclone cgen)` library compiles scheme code to a Cheney-on-the-MTA C runtime.
|
The `(scheme cyclone cgen)` library compiles scheme code to a Cheney-on-the-MTA C runtime.
|
||||||
|
|
||||||
|
*This library is used internally by the compiler and its API may change at any time.*
|
||||||
|
|
||||||
- [`mta:code-gen`](#mtacode-gen)
|
- [`mta:code-gen`](#mtacode-gen)
|
||||||
- [`emit`](#emit)
|
- [`emit`](#emit)
|
||||||
- [`emit*`](#emit-1)
|
- [`emit*`](#emit-1)
|
||||||
|
@ -45,4 +47,3 @@ Call `emits` for each of the given strings.
|
||||||
|
|
||||||
`display` a newline to the current output port.
|
`display` a newline to the current output port.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
The `(scheme cyclone common)` library contains definitions used by the compiler and interpreter.
|
The `(scheme cyclone common)` library contains definitions used by the compiler and interpreter.
|
||||||
|
|
||||||
|
*This library is used internally by the compiler and its API may change at any time.*
|
||||||
|
|
||||||
- [`*Cyc-version-banner*`](#cyc-version-banner)
|
- [`*Cyc-version-banner*`](#cyc-version-banner)
|
||||||
- [`*version*`](#version)
|
- [`*version*`](#version)
|
||||||
- [`*version-number*`](#version-number)
|
- [`*version-number*`](#version-number)
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
# 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