b-frechette / C-S20

University of Idaho CS 445 compiler for the C- (Version S20) language.
2 stars 0 forks source link

Fix the Standard Input to Make Sure Multiple Lines Can be Typed #8

Closed b-frechette closed 4 years ago

b-frechette commented 4 years ago

Right now the \n automatically enters the line to be scanned.

Need to fix this that \c or \d exits the input or any other specific keyword that Heckendorn lays out.

b-frechette commented 4 years ago

This is not a problem that needs to be fixed - nor is it really a problem. I validated with Heckendorn on 01/28 that the solution I had for the scanner to either take a file or stdin was the correct solution to the requirements laid out in the assignment.