- 10 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 31 May, 2009 1 commit
-
-
Jesse Beder 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.
-
- 22 May, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 01 Feb, 2009 1 commit
-
-
Jesse Beder authored
Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x).
-
- 27 Jan, 2009 1 commit
-
-
Jesse Beder authored
-
- 01 Jan, 2009 1 commit
-
-
Jesse Beder authored
Added a templated derived exception to KeyNotFound so that you can figure out *which* key wasn't found.
-
- 18 Nov, 2008 1 commit
-
-
Jesse Beder authored
-
- 25 Sep, 2008 1 commit
-
-
Jesse Beder authored
(Thanks to Vadim Zeitlin)
-
- 03 Sep, 2008 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 07 Aug, 2008 1 commit
-
-
Jesse Beder authored
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
-
- 21 Jul, 2008 1 commit
-
-
Jesse 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
-
-
Jesse 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
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 05 Jul, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed a bug in the last newline of a block folded scalar.
-
- 04 Jul, 2008 2 commits
-
-
Jesse Beder authored
No commit message
-
Jesse Beder authored
-
- 02 Jul, 2008 4 commits
-
-
Jesse Beder authored
Specialized the overloaded [] operator for int/unsigned, and added a size() function, so that you can iterate through a sequence node like a vector.
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 01 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 30 Jun, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 Jun, 2008 1 commit
-
-
Jesse Beder authored
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.
-
- 27 Jun, 2008 1 commit
-
-
Jesse 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.
-
- 25 Jun, 2008 1 commit
-
-
Jesse Beder authored
No commit message
-