- 30 Oct, 2009 1 commit
-
-
jbeder authored
-
- 08 Sep, 2009 1 commit
-
-
jbeder authored
Cleaned up the read template overloads (per litb's update); it seems the old version didn't compile in VS2008. Also updated the VS project files.
-
- 20 Jul, 2009 1 commit
-
-
jbeder authored
-
- 10 Jul, 2009 2 commits
- 23 May, 2009 2 commits
- 22 May, 2009 1 commit
-
-
jbeder authored
-
- 07 Feb, 2009 1 commit
-
-
jbeder authored
In particular: 1. Windows CR/LF weren't read properly (issue #11) 2. Scanning wasn't reading EOF properly 3. Documents may be empty (this was old, I think) Also fixed some VS2008 warnings on /W4.
-
- 11 Sep, 2008 1 commit
-
-
jbeder authored
No commit message
-
- 23 Jul, 2008 1 commit
-
-
beder authored
Changed the public interface of Scanner to resemble an STL container.
-
- 21 Jul, 2008 1 commit
-
-
beder authored
Switched the Iterator implementation to a dedicated helper class (to hide the specific implementation, since it's pretty messy and may change).
-
- 20 Jul, 2008 1 commit
-
-
beder authored
We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
-
- 14 Jul, 2008 3 commits
- 08 Jul, 2008 1 commit
-
-
beder authored
Removed the (unused) 'required' flag from simple keys (the parser should take care of this, not the scanner).
-
- 06 Jul, 2008 1 commit
-
-
beder authored
-
- 05 Jul, 2008 1 commit
-
-
beder authored
-
- 04 Jul, 2008 1 commit
-
-
beder authored
-
- 02 Jul, 2008 1 commit
-
-
beder authored
-
- 01 Jul, 2008 1 commit
-
-
beder authored
-
- 30 Jun, 2008 2 commits
- 29 Jun, 2008 2 commits
- 28 Jun, 2008 1 commit
-
-
beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 3 commits
-
-
beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-
beder authored
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.
-
beder authored
Wrote a simplified regular expression parser to make life easier (it only does single matches; i.e., no one-or-more matches, etc.). Fixed some of the whitespace/line break matching.
-
- 26 Jun, 2008 3 commits
- 25 Jun, 2008 2 commits