class Rexical::Generator

def read_grammar

def read_grammar
  @grammar_lines = StringScanner.new File.read(grammar_file)
end