identifier method

Parser identifier()

Implementation

Parser identifier() => pattern('a-zA-Z_').seq(word().star());