diff options
Diffstat (limited to 'doc/ref/scheme-using.texi')
-rw-r--r-- | doc/ref/scheme-using.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ref/scheme-using.texi b/doc/ref/scheme-using.texi index ccf5e1e07..2713fabdd 100644 --- a/doc/ref/scheme-using.texi +++ b/doc/ref/scheme-using.texi @@ -271,6 +271,14 @@ Generate compiled code. Compile a file. @end deffn +@deffn {REPL Command} expand exp +Expand any macros in a form. +@end deffn + +@deffn {REPL Command} optimize exp +Run the optimizer on a piece of code and print the result. +@end deffn + @deffn {REPL Command} disassemble exp Disassemble a compiled procedure. @end deffn |