class WikiThat::Token
Tokens are typed data found by a Lexer
@author Bryan T. Meyers
Attributes
type[R]
value[R]
Public Class Methods
new(type, value = nil)
click to toggle source