- 30 Jun, 2008 5 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
Moved the three scalar token scanning functions back to scantoken.cpp, so scanscalar.cpp now only has the main scalar scanning function. Renamed ScanScalarInfo to ScanScalarParams.
-
Jesse Beder authored
-
- 29 Jun, 2008 5 commits
-
-
Jesse Beder authored
Renamed the valid/possible tokens to a single variable status with enums valid, invalid, and unverified.
-
Jesse 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.
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
No commit message
-
- 28 Jun, 2008 4 commits
-
-
Jesse Beder authored
No commit message
-
Jesse Beder authored
-
Jesse Beder authored
-
Jesse Beder authored
There's a bug (and question): should we test simple keys' validity BEFORE stuff or AFTER stuff?
-
- 27 Jun, 2008 4 commits
-
-
Jesse Beder authored
Refactored some common whitespace-parsing code in scanning both scalars. Implemented the flow collection tokens.
-
Jesse Beder authored
-
Jesse 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.
-
Jesse Beder authored
Also messed around with multiple character peeking on the input, and got something working.
-
- 26 Jun, 2008 1 commit
-
-
Jesse Beder authored
Will be completely wiped, I think, in favor of a Scanner (to tokens), then Parser mechanism.
-
- 25 Jun, 2008 1 commit
-
-
Jesse Beder authored
No commit message
-