- 27 Jun, 2008 6 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
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.
-
Jesse Beder authored
Added stream input to the regular expressions, greatly simplifying the usage (in particular, we no longer have to specify the number of characters to be checked).
-
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 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
We're now using exceptions for errors, and scanning/pushing tokens is exception-safe (using a set of "limbo tokens").
-
Jesse Beder authored
-
Jesse Beder authored
Will be completely wiped, I think, in favor of a Scanner (to tokens), then Parser mechanism.
-
- 25 Jun, 2008 4 commits
-
-
Jesse Beder authored
-
Jesse Beder authored
No commit message
-
Jesse Beder authored
No commit message
-
Jesse Beder authored
No commit message
-