Question: I need help writing a STANDARD ML function named parse : string -> int list that inputs the name of a text file and will
I need help writing a STANDARD ML function named parse : string -> int list that inputs the name of a text file and will parse the text file character by character. The output needs to be a list of all the integers contained in the file.
So that it works like this:
parse("input.txt"); val it = [3,~19,54,78,1,2,~789] : int list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
