Added quoted scalars (with escaping).

Refactored some common whitespace-parsing code in scanning both scalars.
Implemented the flow collection tokens.
This commit is contained in:
beder
2008-06-27 23:11:46 +00:00
parent ba132b01bc
commit fb9176a054
9 changed files with 307 additions and 54 deletions

View File

@@ -1,10 +1,4 @@
---
- green
eggs,
and
ham!
- eggs # this is really important!
- - cheddar cheese
- american cheese
- bread
- milk and eggs
- [cheddar, american, swiss]
...