Added folded and literal scalars.

This commit is contained in:
Jesse Beder 2008-06-28 20:08:21 +00:00
parent 01ef70a6f9
commit 43ea59a4ed
7 changed files with 153 additions and 23 deletions

View file

@ -39,4 +39,5 @@ namespace YAML
struct PlainScalarToken: public ScalarToken {};
struct QuotedScalarToken: public ScalarToken {};
struct BlockScalarToken: public ScalarToken {};
}