- 11 Sep, 2008 2 commits
- 03 Sep, 2008 4 commits
- 07 Aug, 2008 2 commits
- 31 Jul, 2008 1 commit
-
-
beder authored
No commit message
-
- 23 Jul, 2008 1 commit
-
-
beder authored
Changed the public interface of Scanner to resemble an STL container.
-
- 21 Jul, 2008 1 commit
-
-
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
-
-
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 6 commits
- 10 Jul, 2008 1 commit
-
-
beder authored
Updated some of the character-in-scalar rules.
-
- 08 Jul, 2008 4 commits
-
-
beder authored
-
beder authored
Removed the (unused) 'required' flag from simple keys (the parser should take care of this, not the scanner).
-
beder authored
-
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.
-
- 06 Jul, 2008 1 commit
-
-
beder authored
-
- 05 Jul, 2008 2 commits
- 04 Jul, 2008 2 commits
- 02 Jul, 2008 4 commits
- 01 Jul, 2008 3 commits
- 30 Jun, 2008 5 commits
-
-
beder authored
-
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
-