# File lib/puppet/parser/compiler.rb, line 197
197:   def newscope(parent, options = {})
198:     parent ||= topscope
199:     options[:compiler] = self
200:     scope = Puppet::Parser::Scope.new(options)
201:     scope.parent = parent
202:     scope
203:   end