- 03 Sep, 2008 1 commit
-
-
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
-
- 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
-
- 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.
-
- 02 Jul, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 30 Jun, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 29 Jun, 2008 1 commit
-
-
Jesse Beder authored
No commit message
-
- 28 Jun, 2008 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 1 commit
-
-
Jesse Beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-
- 26 Jun, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
We're now using exceptions for errors, and scanning/pushing tokens is exception-safe (using a set of "limbo tokens").
-