# File automaten.rb, line 653 def initialize(grammatik) start = grammatik.getStartsymbol.getName super @grammar = grammatik mache_SLR_1 end