Next: compiler full, Previous: compiler sysval, Up: compiler [Index]
The following bindings are exported by the library (vicare
compiler)
.
Given as argument a struct instance representing recordised code: build and return a symbolic expression that can be printed in human readable form. input can be any structure that is produced by the compiler passes.
Given as argument a struct instance representing recordised code: build and return a symbolic expression that can be printed in human readable form. input can be any structure that is produced by the compiler passes.
This function attempts to unparse recordised code and reconstruct a Scheme–like symbolic expression; the returned sexp does not exactly represent the input.
Given as argument a struct instance representing recordised code: build
and return a symbolic expression that can be printed in human readable
form. input can be any structure that is produced by the compiler
passes. The output of this function is similar to
unparse-recordized-code
but more human readable.