Creates a program with the given body.
215 216 217 218
# File 'lib/puppet/pops/parser/parser_support.rb', line 215 def create_program(body) locator = @lexer.locator Factory.PROGRAM(body, definitions, locator) end