PreviousUpNext

13.5.38  print_hooks

The compiler print_hooks package implements functionality allowing runtime installation of a function to prettyprint compiler deep syntax trees on demand.

The print_hooks package API is defined anonymously inline in the source.

The print_hooks package source code is in src/lib/compiler/toplevel/main/print-hooks.pkg.

The above information is manually maintained and may contain errors.

api {
    unparse_deep_syntax_tree : symbolmapstack::Symbolmapstack -> deep_syntax::Declaration -> Void;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext