- 29 Jun, 2008 4 commits
- 28 Jun, 2008 5 commits
- 27 Jun, 2008 3 commits
Moved the input stream, together with line/column info, into its own class, which allowed some other stuff just to pass the stream, and not have to be a member of Scanner.
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.