# File rparsec/parser.rb, line 574
  def eof(expected="EOF expected")
    EofParser.new(expected).setName('EOF')
  end