lexStringToken

ostrat.pParse.plex.lexStringToken

Function object that parses String (with RSON syntax) searching for the String terminator. Returns error if end of file found first.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(rem: CharsOff, tp: TextPosn)(implicit charArr: CharArr): EMon3[CharsOff, TextPosn, StringToken]

Parses String (with RSON syntax) searching for the String terminator. Returns error if end of file found first.

Parses String (with RSON syntax) searching for the String terminator. Returns error if end of file found first.

Attributes