Merged emitter branch into trunk, changes r105:r151

This commit is contained in:
Jesse Beder
2009-05-22 21:52:31 +00:00
parent b3a5a519f2
commit 9245f9253a
20 changed files with 2478 additions and 37 deletions

View File

@@ -4,6 +4,9 @@
#include <iostream>
#include <cstring>
#include "emitter.h"
#include "stlemitter.h"
void run()
{
std::ifstream fin("tests/test.yaml");
@@ -15,6 +18,9 @@ void run()
parser.GetNextDocument(doc);
std::cout << doc;
}
// try some output
YAML::Emitter out;
}
int main(int argc, char **argv)