test if has amount of symbols left
bool has(int space) { return parsable.length > position + space; }