ostrat.pParse.Nat0yToken
See theNat0yToken companion object
case class Nat0yToken(startPosn: TextPosn, digitsStr: String) extends IntStdToken with ValidBase32IntToken
A hexadecimal token with a leading "0y", that can be used for standard 32 bit Ints, 64 bit Longs, as well as less used integer formats such as BigInteger and Byte. This is in accord with the principle that RSON at the Token and AST (Abstract Syntax Tree) levels stores data not code, although of course at the higher semantic levels it can be used very well for programming languages.
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalstrait ValidBase32IntTokentrait IntStdTokentrait ValidFracTokentrait ValidIntTokentrait ClauseMemExprTokentrait ClauseMemTokentrait BlockMemTokentrait Tokentrait ClauseMemExprtrait ClauseMemtrait ColonMemExprtrait ColonOpMemtrait AssignMemExprtrait AssignMemtrait Exprtrait StatementMemtrait BlockMemtrait TextSpanclass Objecttrait Matchableclass Any