rpdl.token

Tokens as separate entities

Members

Classes

IdToken
class IdToken

Identifier $(GREEN [a-zA-Z_][a-zA-Z0-9_]*)

NumberToken
class NumberToken

Number Float or Integer $(GREEN [0-9]+ (.[0-9]+)?)

StringToken
class StringToken

String value - get this token if symbol start with $(GREEN ")

SymbolToken
class SymbolToken

Special symbol like '=', '+', '%' etc.

Token
class Token

Base token

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.