lexRawNumberToken

ostrat.pParse.plex.lexRawNumberToken

Function object for parsing a raw number, could be a normal decimal, hexadecimal or trigdual number. Not all natural numbers are parsed with this function object. Raw hex and trigdual numbers can be encoded as alpha numeric identity tokens.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(rem: CharsOff, tp: TextPosn, str: String, isNeg: Boolean)(implicit charArr: CharArr): EMon3[CharsOff, TextPosn, Token]