Closed cowtowncoder closed 8 months ago
This time around, do not modify input pointer directly (since we must skip unexpected character), but add a new method for getting "past location", one before current. So far solves almost all cases, but not all.
This time around, do not modify input pointer directly (since we must skip unexpected character), but add a new method for getting "past location", one before current. So far solves almost all cases, but not all.