7 lines
159 B
C++
7 lines
159 B
C++
#include <boost/spirit/home/x3.hpp>
|
|
|
|
namespace x3 = boost::spirit::x3;
|
|
|
|
x3::rule<struct grammar_r, int> const grammar;
|
|
BOOST_SPIRIT_DECLARE(decltype(grammar))
|