- 18 Aug, 2016 1 commit
-
-
Joseph Langley authored
-
- 24 Jan, 2015 1 commit
-
-
Jesse Beder authored
Add EmitterStyle, which will allow sequence or map style (i.e., flow or block) to be preserved between parsing and emitting
-
- 23 Mar, 2014 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 22 Mar, 2014 1 commit
-
-
Jesse Beder authored
-
- 06 Sep, 2011 1 commit
-
-
Jesse Beder authored
Switched the 'pragma once' to only happen on MSVC, or gcc >= 3.4 (it was causing trouble on the sun compiler)
-
- 02 Mar, 2011 1 commit
-
-
Jesse Beder authored
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
-
- 29 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 10 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 01 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.
-
- 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).
-
- 03 Sep, 2008 1 commit
-
-
Jesse Beder authored
-
- 07 Aug, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
-
- 14 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 29 Jun, 2008 2 commits
-
-
Jesse Beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
Jesse Beder authored
-
- 27 Jun, 2008 2 commits
-
-
Jesse Beder authored
Added stream input to the regular expressions, greatly simplifying the usage (in particular, we no longer have to specify the number of characters to be checked).
-
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.
-