Grammar objects support methods for matching and searching.
std::FUNKY_IDENTIFIER | the single instance of the Funky identifier grammar object type |
std::match | match the grammar object with the start of the specified string |
std::match_back | match the grammar object with the end of the specified string |
std::search | search from the grammar object from the start or end of the specified string |
std_types::FUNKY_IDENTIFIER | a grammar object type for matching Funky identifiers |