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