blob: 14b9402a5dea49da0f93caf8a1352f4c5de9d3a0 [file] [log] [blame]
#include <boost/spirit/home/x3.hpp>
namespace x3 = boost::spirit::x3;
x3::rule<struct grammar_r, int> const grammar;
using grammar_type = decltype(grammar);
BOOST_SPIRIT_DECLARE(grammar_type)