mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18: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
1
stream.h
1
stream.h
|
@ -18,7 +18,6 @@ namespace YAML
|
|||
char GetChar();
|
||||
std::string GetChar(int n);
|
||||
void Eat(int n = 1);
|
||||
void EatLineBreak();
|
||||
|
||||
std::istream& input;
|
||||
int line, column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue