- 24 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 23 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 31 Jan, 2011 1 commit
-
-
Jesse Beder authored
Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor)
-
- 19 Oct, 2010 1 commit
-
-
Jesse Beder authored
Merged the other-tags branch into the trunk (this wasn't an rX:Y merge, since the branch wasn't branched directly from the head of the trunk)
-
- 18 Oct, 2010 1 commit
-
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
- 04 Nov, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Oct, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 27 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 20 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 08 Sep, 2009 1 commit
-
-
Jesse Beder authored
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
-
- 07 Sep, 2009 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 06 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 05 Sep, 2009 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
- 02 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 24 Aug, 2009 1 commit
-
-
Jesse Beder authored
Fixed bug in anchors with no content. This involved refactoring the 'implicit sequence' concept (where a map and a sequence start on the same indent, but we read the sequence as more indented since the '-' is visually an indent).
-
- 27 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 25 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 25 Jun, 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.
-
- 03 Sep, 2008 1 commit
-
-
Jesse Beder authored
-
- 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 1 commit
-
-
Jesse Beder authored
-
- 10 Jul, 2008 1 commit
-
-
Jesse Beder authored
Updated some of the character-in-scalar rules.
-
- 08 Jul, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Combined the myriad ScannerExceptions and ParserExceptions to a single ParserException class that has a message and a line/column position in the file where the error occurred.
-
- 01 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 30 Jun, 2008 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Instead of deriving different tokens from a base Token class, we now use an enumerated TOKEN_TYPE to distinguish types. This is so we don't have to cast all the time when parsing the resulting token stream. Also, removed start/end stream tokens.
-
Jesse Beder authored
-
Jesse Beder authored
Moved the three scalar token scanning functions back to scantoken.cpp, so scanscalar.cpp now only has the main scalar scanning function. Renamed ScanScalarInfo to ScanScalarParams.
-
- 29 Jun, 2008 4 commits
-
-
Jesse Beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
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
-
Jesse Beder authored
No commit message
-