- 03 Mar, 2010 2 commits
- 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.
-
- 31 May, 2009 1 commit
-
-
jbeder authored
Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. More to the point, the yaml-reader program doesn't do any file IO, so it doesn't require a specific working directory.
-
- 01 Jan, 2009 1 commit
-
-
jbeder authored
Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further.
-
- 25 Sep, 2008 1 commit
-
-
jbeder authored
(Thanks to Vadim Zeitlin)
-
- 11 Sep, 2008 1 commit
-
-
jbeder authored
No commit message
-
- 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