Variable sequant::parse::name_def

Variable Documentation

auto sequant::parse::name_def = x3::lexeme[x3::unicode::alpha >> -(*(word_components >> &word_components) >> (word_components - '_'))]