ostrat.pParse.plex
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
lexDigitHeadToken.type
Function object to parse identifier token. If successful it passes back, the remaining chars pointer, the test position and the token.
Function object to parse identifier token. If successful it passes back, the remaining chars pointer, the test position and the token.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
lexIdentifierToken.type
Function object to parse operator token.
Function object to parse operator token.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
lexOperatorToken.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
lexPathToken.type
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 alphanumeric identity tokens.
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 alphanumeric identity tokens.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
lexRawNumberToken.type
Function object that parses String (with RSON syntax) searching for the String terminator. Returns error if end of file found first.
Function object that parses String (with RSON syntax) searching for the String terminator. Returns error if end of file found first.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
lexStringToken.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
parseBase32.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
parseDeciFrac.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
parseHexaToken.type