handle_right_result
Description:
public bool handle_right_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 right (closing) delimiter result. Caller calls peek() then this.
Returns:
|
true (need more; parser.leftover_chunk set), false to keep processing
|