# File kwartz.rb, line 2961
        def initialize(scanner, toppings={})
            @scanner = scanner
            @scanner.scan
            @toppings = toppings
            @name_stack = []
            @newline = scanner.newline
        end