mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Added a peek token command (for the parser to use).
This commit is contained in:
parent
07d4cac48f
commit
ed6c294749
6 changed files with 109 additions and 113 deletions
|
@ -19,7 +19,7 @@ namespace YAML
|
|||
~Scanner();
|
||||
|
||||
Token *GetNextToken();
|
||||
void Scan();
|
||||
Token *PeekNextToken();
|
||||
|
||||
private:
|
||||
// scanning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue