class Syntax::Tokenizer

def option(opt)

Get the value of the specified option.
def option(opt)
  @options ? @options[opt] : nil
end