mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
Mostly finished refactoring the scalar scanning.
This commit is contained in:
parent
5f8252ee6f
commit
0683cbf859
6 changed files with 192 additions and 378 deletions
|
@ -11,10 +11,10 @@ namespace YAML
|
|||
class IllegalMapKey: public Exception {};
|
||||
class IllegalMapValue: public Exception {};
|
||||
class IllegalScalar: public Exception {};
|
||||
class IllegalTabInScalar: public Exception {};
|
||||
class IllegalTabInIndentation: public Exception {};
|
||||
class IllegalFlowEnd: public Exception {};
|
||||
class DocIndicatorInQuote: public Exception {};
|
||||
class EOFInQuote: public Exception {};
|
||||
class IllegalDocIndicator: public Exception {};
|
||||
class IllegalEOF: public Exception {};
|
||||
class RequiredSimpleKeyNotFound: public Exception {};
|
||||
class ZeroIndentationInBlockScalar: public Exception {};
|
||||
class UnexpectedCharacterInBlockScalar: public Exception {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue