- 29 Jun, 2008 3 commits
- 28 Jun, 2008 2 commits
- 27 Jun, 2008 2 commits
- 26 Jun, 2008 3 commits
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
Also messed around with multiple character peeking on the input, and got something working.
We're now using exceptions for errors, and scanning/pushing tokens is exception-safe (using a set of "limbo tokens").