lexIdentifierToken

ostrat.pParse.plex.lexIdentifierToken

Function object to parse identifier token. If successful it passes back, the remaining chars pointer, the test position and the token.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(remOff: CharsOff, tpStart: TextPosn)(implicit charArr: CharArr): EMon3[CharsOff, TextPosn, Token]

Function apply method to parse identifier token. If successful it passes back, the remaining chars pointer, the test position and the token.

Function apply method to parse identifier token. If successful it passes back, the remaining chars pointer, the test position and the token.

Attributes