- 02 Mar, 2011 1 commit
-
-
Jesse Beder authored
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
-
- 18 Oct, 2010 3 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Moved all the includes to a subfolder yaml-cpp so they don't interfere with other libraries' includes
-
Jesse Beder authored
-
- 03 Mar, 2010 1 commit
-
-
Jesse Beder 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
-
-
Jesse Beder authored
-
- 19 Oct, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Sep, 2009 1 commit
-
-
Jesse Beder authored
-
- 29 Jul, 2009 1 commit
-
-
Jesse Beder authored
-
- 01 Jan, 2009 1 commit
-
-
Jesse Beder 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
-
-
Jesse Beder authored
-
- 23 Jul, 2008 1 commit
-
-
Jesse Beder authored
Changed the public interface of Scanner to resemble an STL container.
-
- 14 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 08 Jul, 2008 1 commit
-
-
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.
-
- 05 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 04 Jul, 2008 1 commit
-
-
Jesse Beder authored
-
- 01 Jul, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
Fixed a silly bug in the simple key pushing (queues are FIFO!).
-
- 30 Jun, 2008 2 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
- 26 Jun, 2008 1 commit
-
-
Jesse Beder authored
Will be completely wiped, I think, in favor of a Scanner (to tokens), then Parser mechanism.
-