More simple scalar scanning.

This commit is contained in:
Jesse Beder 2008-06-26 22:00:39 +00:00
parent a3961d047f
commit 31f7db5a0d
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 {};
}