More simple scalar scanning.

This commit is contained in:
beder
2008-06-26 22:00:39 +00:00
parent 2040e4de8b
commit c7274ff2e8
5 changed files with 164 additions and 209 deletions

View File

@@ -11,4 +11,5 @@ namespace YAML
class IllegalMapKey: public Exception {};
class IllegalMapValue: public Exception {};
class IllegalScalar: public Exception {};
class IllegalTabInScalar: public Exception {};
}