Files
yaml-cpp/include/yaml.h
beder 557f81e622 Replaced the queue of Token pointers with values.
We were getting memory leaks (as told by the CRT detectors, which I also added), and there's really no reason (as long as we're careful) to use pointers there.
2008-07-20 05:02:01 +00:00

6 lines
97 B
C

#pragma once
#include "crt.h"
#include "parser.h"
#include "node.h"
#include "exceptions.h"