BlockMem
This trait includes all the tokens except braces plus the Bracket syntactic blocks. The Block in the name block member is either the top level statements in the file or the statements with in a bracket block. Conceptually the source file is considered a special case of bracket block where the beginning of substitutes for the opening bracket and the end of file substitutes for the closing bracket. BlockMember has only two sub traits StatementMember and SemiToken. So a sequence of TokenOrBlocks is simply a series of tokens which has been parsed into Blocks.
trait BlockMemToken
class AsignToken
trait ClauseMemToken
trait ClauseMemExprToken
trait AssignMemExprToken
trait IdentifierToken
trait IdentLowerToken
class IdentLowerHexaToken
class IdentLowerOnlyToken
class IdentUnderToken
trait IdentUpperToken
trait IdentUpperBase32Token
class IdentUpperHexaToken
class IdentUpperOnlyToken
class OperatorToken
class CharToken
trait DigitSeqsCode
class DeciFracPosToken
class NatDeciToken
trait EmptyExprToken
class CommaToken
class SemicolonToken
class UnderscoreToken
class HashAlphaToken
class StringToken
trait ValidFracToken
trait DeciFracToken
class DeciFracNegToken
trait FloatPtToken
class FloatPtNegToken
class FloatPtPosToken
trait IntStdToken
class Nat0yToken
trait NatStdToken
class Nat0xToken
trait RawIntDeciToken
class NegDeciToken
trait ValidIntToken
trait ValidBase32IntToken
trait ValidRawBase32IntToken
class RawBase32NegToken
trait ValidRawBase32NatToken
class RawBase32NatToken
trait ValidRawHexaNatToken
class RawHexaNatToken
trait ValidRawHexaIntToken
trait ValidRawHexaNegToken
class RawHexaNegToken
trait ValidHexaIntToken
trait ValidPosFracToken
class Dot2Token
class Dot3Token
class DotToken
trait Expr
trait AssignMemExpr
trait ClauseMemExpr
trait CompoundClauseMemExpr
class AlphaBracketExpr
trait ExprSeqNonEmpty
trait BlockStatements
class BracketedStatements
class FileStatements
class StringStatements
class ClausesExpr
class PreOpExpr
class SpacedExpr
class UnimplementedExpr
trait Expr1
trait Expr0
trait ExprSeq
trait CompoundExpr
class AsignExpr
trait StatementMem
trait AssignMem
trait ClauseMem