Input

The input processed by your interpreter will be in a file specified on the command line. Your interpreter will be invoked with the following command:

generator <input_file_path> <output_file_path>

You should open the file input_file_path and parse it. The input file will be a valid generator file.