Finished parsing of basic data types (scalar, sequence, map).

This commit is contained in:
beder
2008-06-30 23:57:58 +00:00
parent 146122f455
commit d41503da5a
20 changed files with 434 additions and 221 deletions

View File

@@ -18,6 +18,8 @@ namespace YAML
~Scanner();
Token *GetNextToken();
void EatNextToken();
void PopNextToken();
Token *PeekNextToken();
private: