Added parsing of anchors, aliases, and tags (still no semantics yet).

Fixed a silly bug in the simple key pushing (queues are FIFO!).
This commit is contained in:
Jesse Beder 2008-07-01 01:17:10 +00:00
parent 121c2e577f
commit 8180a85a3b
10 changed files with 167 additions and 34 deletions

View file

@ -15,6 +15,7 @@ namespace YAML
~Parser();
void GetNextDocument(Document& document);
void PrintTokens();
private:
Scanner *m_pScanner;