# File rparsec/parser.rb, line 713
  def word(expected='word expected')
    regexp(/[a-zA-Z_]\w*/, expected)
  end