49 namespace x3 = boost::spirit::x3;
50 namespace ascii = boost::spirit::x3::ascii;
79 struct additive_expr_class;
80 struct multiplicative_expr_class;
81 struct unary_expr_class;
82 struct primary_expr_class;
83 struct identifier_class;
86 typedef x3::rule<expr_class, ast::expression>
expr_type;