handle_left_result
Description:
public bool handle_left_result (
int match_result,
FormatType matched_type,
int byte_length,
ref int chunk_pos,
ref string str,
string chunk,
int saved_chunk_pos,
bool is_end_of_chunks)
Handles left (opening) delimiter result. Caller calls peek() then this.
Returns:
|
true (need more; parser.leftover_chunk set), false to keep processing
|