# File Compilerbau2.rb, line 488 def setup @regel1 = Rule.new("P -> g \n |h") @regel2 = Rule.new("D -> p p") end