Beginning of first attempt to parse.

Will be completely wiped, I think, in favor of a Scanner (to tokens), then Parser mechanism.
This commit is contained in:
beder
2008-06-26 06:49:50 +00:00
parent 2d0f324529
commit e6977cbe4e
11 changed files with 247 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
namespace YAML
{
Scalar::Scalar()
Scalar::Scalar(const std::string& data): m_data(data)
{
}