Added a peek token command (for the parser to use).

This commit is contained in:
Jesse Beder 2008-06-30 06:21:12 +00:00
parent 07d4cac48f
commit ed6c294749
6 changed files with 109 additions and 113 deletions

View file

@ -19,7 +19,7 @@ namespace YAML
~Scanner();
Token *GetNextToken();
void Scan();
Token *PeekNextToken();
private:
// scanning