- 03 Mar, 2010 1 commit
-
-
jbeder authored
Updated to remove most of the warnings in Visual Studio. (There's still the one about all control paths returning a value left.) Fixed one warning (when an istream converts to void * to then convert to bool), and disabled three.
-
- 29 Oct, 2009 1 commit
-
-
jbeder authored
-
- 19 Oct, 2009 1 commit
-
-
jbeder authored
-
- 29 Sep, 2009 1 commit
-
-
jbeder authored
-
- 29 Jul, 2009 1 commit
-
-
jbeder authored
-
- 01 Jan, 2009 1 commit
-
-
jbeder authored
Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further.
-
- 03 Sep, 2008 1 commit
-
-
jbeder authored
-
- 23 Jul, 2008 1 commit
-
-
beder authored
Changed the public interface of Scanner to resemble an STL container.
-
- 14 Jul, 2008 1 commit
-
-
beder authored
-
- 08 Jul, 2008 1 commit
-
-
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.
-
- 05 Jul, 2008 1 commit
-
-
beder authored
-
- 04 Jul, 2008 1 commit
-
-
beder authored
-
- 01 Jul, 2008 2 commits
- 30 Jun, 2008 2 commits
- 26 Jun, 2008 1 commit
-
-
beder authored
Will be completely wiped, I think, in favor of a Scanner (to tokens), then Parser mechanism.
-