mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12:00
Added parsing of anchors, aliases, and tags (still no semantics yet).
Fixed a silly bug in the simple key pushing (queues are FIFO!).
This commit is contained in:
parent
121c2e577f
commit
8180a85a3b
10 changed files with 167 additions and 34 deletions
|
@ -13,6 +13,7 @@ namespace YAML
|
|||
Sequence();
|
||||
virtual ~Sequence();
|
||||
|
||||
void Clear();
|
||||
virtual void Parse(Scanner *pScanner);
|
||||
virtual void Write(std::ostream& out, int indent);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue