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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!