Closed StevenMHernandez closed 7 years ago
Once we have determined the job file structure, we will need a way to parse these files programmatically.
So in general, we will read any metadata about the program; store that, then read each line of the actual program into a Queue of Strings.
TODO: load files directly from /programs directory. Assume everything has a .txt extension.
/programs
.txt
so exe paint opens file ../programs/paint.txt or whatever the actual path is.
exe paint
../programs/paint.txt
Once we have determined the job file structure, we will need a way to parse these files programmatically.
So in general, we will read any metadata about the program; store that, then read each line of the actual program into a Queue of Strings.