Updated docs

This commit is contained in:
Justin Ethier 2021-03-31 17:16:50 -04:00
parent c3120eb0e6
commit fa961e1088
3 changed files with 4 additions and 30 deletions

View file

@ -2,6 +2,8 @@
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)
- [`emit`](#emit)
- [`emit*`](#emit-1)
@ -45,4 +47,3 @@ Call `emits` for each of the given strings.
`display` a newline to the current output port.

View file

@ -2,6 +2,8 @@
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)
- [`*version*`](#version)
- [`*version-number*`](#version-number)

View file

@ -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