assumptions about the input

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

assumptions about the input

bader
can we also assume in this project that the vm code we are translating has no errors (i.e can we parse without worrying about the correctness of the syntax of the inputFile).



thanks,
bader.
Reply | Threaded
Open this post in threaded view
|

Re: assumptions about the input

cadet1620
Administrator
bader wrote
can we also assume in this project that the vm code we are translating has no errors (i.e can we parse without worrying about the correctness of the syntax of the inputFile).
Yes.  The test input can be assumed to be correct.

--Mark