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

This commit is contained in:
beder
2008-06-30 06:21:12 +00:00
parent a93584b065
commit 795df7224b
6 changed files with 109 additions and 113 deletions

View File

@@ -32,12 +32,4 @@ namespace YAML
for(int i=0;i<n;i++)
GetChar();
}
// GetLineBreak
// . Eats with no checking
void Stream::EatLineBreak()
{
Eat(1);
column = 0;
}
}