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.
- Companion:
- object
trait Serializable
trait Product
trait Equals
trait ValidBase32IntToken
trait IntStdToken
trait ValidFracToken
trait ValidIntToken
trait ClauseMemExprToken
trait ClauseMemToken
trait BlockMemToken
trait Token
trait ClauseMemExpr
trait ClauseMem
trait AssignMemExpr
trait AssignMem
trait Expr
trait StatementMem
trait BlockMem
trait TextSpan
class Object
trait Matchable
class Any