- 18 Nov, 2008 1 commit
-
-
jbeder authored
-
- 25 Sep, 2008 1 commit
-
-
jbeder authored
(Thanks to Vadim Zeitlin)
-
- 03 Sep, 2008 3 commits
- 07 Aug, 2008 1 commit
-
-
jbeder authored
Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug
-
- 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
- 05 Jul, 2008 2 commits
- 04 Jul, 2008 2 commits
- 02 Jul, 2008 4 commits
- 01 Jul, 2008 1 commit
-
-
beder authored
-
- 30 Jun, 2008 2 commits
- 29 Jun, 2008 1 commit
-
-
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.
-
- 27 Jun, 2008 1 commit
-
-
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.
-
- 25 Jun, 2008 1 commit
-
-
beder authored
No commit message
-