Sprout/sprout/weed/context/parse_context.hpp
2011-11-13 17:54:38 +09:00

9 lines
357 B
C++

#ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_HPP
#define SPROUT_WEED_CONTEXT_PARSE_CONTEXT_HPP
#include <sprout/config.hpp>
#include <sprout/weed/context/parse_context_fwd.hpp>
#include <sprout/weed/context/parse_context/terminal.hpp>
#include <sprout/weed/context/parse_context/operator.hpp>
#endif // #ifndef SPROUT_WEED_CONTEXT_PARSE_CONTEXT_HPP