Token

fun Token(type: String, value: String)

Parameters

type

type of the token. It don't have to be unique.

value

token itself.