


The compiler Mythryl_Parser api defines access to core compiler Mythryl syntax parser functionality.
The Mythryl_Parser api is implemented by the mythryl_parser package.
The Mythryl_Parser api source code is in src/lib/compiler/front/parser/main/mythryl-parser.pkg.
The above information is manually maintained and may contain errors.
api { primary_prompt : Ref(String );
secondary_prompt : Ref(String );
show_interactive_result_types : Ref(Bool );
edit_request_stream : Ref(Null_Or(Output_Stream ) );
lazy_is_a_keyword : Ref(Bool );
quotation : Ref(Bool );
interactive : Ref(Bool );
unparse_result : Ref(Bool );
log_edit_requests : Ref(Bool );
};


