- 02 Sep, 2009 1 commit
-
-
jbeder authored
-
- 24 Aug, 2009 1 commit
-
-
jbeder 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
-
-
jbeder authored
-
- 25 Jul, 2009 1 commit
-
-
jbeder authored
-
- 25 Jun, 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.
-
- 03 Sep, 2008 1 commit
-
-
jbeder authored
-
- 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 1 commit
-
-
beder authored
-
- 10 Jul, 2008 1 commit
-
-
beder authored
Updated some of the character-in-scalar rules.
-
- 08 Jul, 2008 2 commits
- 01 Jul, 2008 1 commit
-
-
beder authored
-
- 30 Jun, 2008 4 commits
-
-
beder authored
-
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.
-
beder authored
-
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
-
-
beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
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.
-
beder authored
-
beder authored
No commit message
-
- 28 Jun, 2008 5 commits
- 27 Jun, 2008 3 commits