Sprout/sprout/weed.hpp
bolero-MURAKAMI cb1077d247 add copyright
2013-08-08 18:54:33 +09:00

24 lines
924 B
C++

/*=============================================================================
Copyright (c) 2011-2013 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_WEED_HPP
#define SPROUT_WEED_HPP
#include <sprout/config.hpp>
#include <sprout/weed/expr.hpp>
#include <sprout/weed/operator.hpp>
#include <sprout/weed/attr_cnv.hpp>
#include <sprout/weed/context.hpp>
#include <sprout/weed/parse.hpp>
#include <sprout/weed/unused.hpp>
#include <sprout/weed/limited.hpp>
#include <sprout/weed/eval_result.hpp>
#include <sprout/weed/parser_result.hpp>
#include <sprout/weed/parser.hpp>
#include <sprout/weed/traits.hpp>
#endif // #ifndef SPROUT_WEED_HPP