- 03 Mar, 2010 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three.
-
- 30 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 08 Sep, 2009 1 commit
-
-
Jesse Beder 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
-
-
Jesse Beder authored
-
- 10 Jul, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 23 May, 2009 2 commits
-
-
Jesse Beder authored
It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
-
Jesse Beder authored
-
- 22 May, 2009 1 commit
-
-
Jesse Beder authored
-
- 07 Feb, 2009 1 commit
-
-
Jesse Beder 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
-
-
Jesse Beder authored
No commit message
-
- 23 Jul, 2008 1 commit
-
-
Jesse Beder authored
Changed the public interface of Scanner to resemble an STL container.
-
- 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
-
- 08 Jul, 2008 1 commit
-
-
Jesse 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
-
-
Jesse Beder authored
-
- 05 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 04 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 02 Jul, 2008 1 commit
-
-
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 2 commits
-
-
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.
-
Jesse Beder authored
-
- 28 Jun, 2008 1 commit
-
-
Jesse Beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 3 commits
-
-
Jesse Beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-
Jesse Beder authored
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.
-
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.
-
- 26 Jun, 2008 3 commits
-
-
Jesse Beder authored
We're now using exceptions for errors, and scanning/pushing tokens is exception-safe (using a set of "limbo tokens").
-
Jesse Beder authored
-
Jesse Beder authored
Will be completely wiped, I think, in favor of a Scanner (to tokens), then Parser mechanism.
-
- 25 Jun, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
No commit message
-