PreviousUpNext

13.5.8  compiler_unparse_table

The compiler compiler_unparse_table package allows registration of arbitrary unparse functions.

The compiler_unparse_table package has no explicit API.

The compiler_unparse_table package source code is in src/lib/compiler/toplevel/main/compiler-unparse-table.pkg. The above information is manually maintained and may contain errors.

api {   install_unparser :
        List(String ) -> (?.standard_prettyprinter::pp::Prettyprinter -> X -> Void) -> Void;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext