blob: 519e15cc276ccf9598ef28a768764269de795ed4 [file] [log] [blame]
#include "grammar.hpp"
auto const grammar_def = x3::int_;
BOOST_SPIRIT_DEFINE(grammar)
BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)