mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Added folded and literal scalars.
This commit is contained in:
parent
01ef70a6f9
commit
43ea59a4ed
7 changed files with 153 additions and 23 deletions
1
token.h
1
token.h
|
@ -39,4 +39,5 @@ namespace YAML
|
|||
|
||||
struct PlainScalarToken: public ScalarToken {};
|
||||
struct QuotedScalarToken: public ScalarToken {};
|
||||
struct BlockScalarToken: public ScalarToken {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue