Take a filename as input from the user. Parse the file's content based on the given CFG (after conversion to LL(1)). Output "Successfully Parsed" if the content adheres to the grammar or output ...