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