has method

bool has (int space)

test if has amount of symbols left

Implementation

bool has(int space) { return parsable.length > position + space; }