PreviousUpNext

14.5.24  Parse_Mythryl

The compiler Parse_Mythryl api defines access to parsing of Mythryl source code syntax.

The Parse_Mythryl api is implemented by the parse_mythryl package.

The Parse_Mythryl api source code is in src/lib/compiler/front/parser/main/parse-mythryl.pkg.

The above information is manually maintained and may contain errors.

api {    prompt_read_parse_and_return_one_toplevel_mythryl_expression : sourcecode_info::Sourcecode_Info
                                                                   -> Void -> Null_Or(raw_syntax::Declaration );
    parse_complete_mythryl_file : sourcecode_info::Sourcecode_Info -> raw_syntax::Declaration;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext