- 02 Mar, 2011 1 commit
-
-
jbeder authored
Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4)
-
- 29 Oct, 2009 1 commit
-
-
jbeder authored
-
- 08 Sep, 2009 1 commit
-
-
jbeder authored
Fixed flow folding, and made the separation slightly cleaner (but the whole scanscalar thing could use a major refactoring)
-
- 29 Jul, 2009 1 commit
-
-
jbeder authored
-
- 03 Sep, 2008 1 commit
-
-
jbeder authored
-
- 14 Jul, 2008 1 commit
-
-
beder authored
-
- 30 Jun, 2008 2 commits
- 29 Jun, 2008 3 commits
-
-
beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
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.
-
beder authored
-