# File automaten.rb, line 733 def initialize(grammar) @grammar = grammar @start = @grammar.getStartsymbol.getName end