Jesse Beder
|
07d4cac48f
|
Added directives and tags.
|
2008-06-30 04:22:41 +00:00 |
|
Jesse Beder
|
0683cbf859
|
Mostly finished refactoring the scalar scanning.
|
2008-06-30 01:31:23 +00:00 |
|
Jesse Beder
|
ff99f85a6d
|
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.
|
2008-06-29 06:32:13 +00:00 |
|
Jesse Beder
|
d076252dff
|
|
2008-06-29 00:33:34 +00:00 |
|
Jesse Beder
|
43ea59a4ed
|
Added folded and literal scalars.
|
2008-06-28 20:08:21 +00:00 |
|
Jesse Beder
|
49a75b2d78
|
Added quoted scalars (with escaping).
Refactored some common whitespace-parsing code in scanning both scalars.
Implemented the flow collection tokens.
|
2008-06-27 23:11:46 +00:00 |
|
Jesse Beder
|
8fca02fb2a
|
Split off the specific regular expressions, and the specialized token-scanning functions, into their own files.
|
2008-06-27 19:13:03 +00:00 |
|