mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Finished parsing of basic data types (scalar, sequence, map).
This commit is contained in:
parent
c1966ba3fc
commit
121c2e577f
20 changed files with 434 additions and 221 deletions
|
@ -18,6 +18,8 @@ namespace YAML
|
|||
~Scanner();
|
||||
|
||||
Token *GetNextToken();
|
||||
void EatNextToken();
|
||||
void PopNextToken();
|
||||
Token *PeekNextToken();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue