# File lib/parslet.rb, line 155
  def str(str)
    Atoms::Str.new(str)
  end