class Syntax::Token
def initialize( text, group, instruction = :none )
Create a new Token representing the given text, and belonging to the
def initialize( text, group, instruction = :none ) super text @group = group @instruction = instruction end
def initialize( text, group, instruction = :none ) super text @group = group @instruction = instruction end