"vscode:/vscode.git/clone" did not exist on "3ed09b89f8374edafd3f314a477122757418a82c"
- 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 3 commits
- 08 Jul, 2008 1 commit
-
-
beder authored
Removed the (unused) 'required' flag from simple keys (the parser should take care of this, not the scanner).
-
- 06 Jul, 2008 1 commit
-
-
beder authored
-
- 05 Jul, 2008 1 commit
-
-
beder authored
-
- 04 Jul, 2008 1 commit
-
-
beder authored
-
- 02 Jul, 2008 1 commit
-
-
beder authored
-
- 01 Jul, 2008 1 commit
-
-
beder authored
-
- 30 Jun, 2008 2 commits
- 29 Jun, 2008 2 commits
- 28 Jun, 2008 1 commit
-
-
beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 3 commits
-
-
beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-
beder authored
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.
-
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.
-
- 26 Jun, 2008 3 commits
- 25 Jun, 2008 2 commits