jct.outputDirectory = jct.outputDirectory + File.separator;
}
// Read in file and convert to Module containing function name and Requests
InputParser parser = new InputParser(jct.inputFilename);
GarglModule mod = parser.parseAndConvert();
System.out.println("LOG: Parsed requests " + jct.inputFilename);
// Create the necessary generator based on language selected and initialize it with the Module created from file
Generator generator = GeneratorFactory.getGenerator(jct.language);