Parser helper functions. More...
Functions | |
void | elm_code_parser_add (Elm_Code *code, void(*parse_line)(Elm_Code_Line *, void *), void(*parse_file)(Elm_Code_File *, void *), void *data) |
void | elm_code_parser_standard_add (Elm_Code *code, Elm_Code_Parser *parser) |
Parser helper functions.
Parser functions for marking up elm code.