Crate string_parser

Source
Expand description

§string_parser

string_parser is a crate that find tokens in source files and parse the inside

Functions§

string_parser
Main function of the create
string_parser_with_file
Like string_parser_with_line but the callback function also take the file path as arguments
string_parser_with_line
Like string_parser but the callback function also take the line number as arguments