mnbujold / c415-compiler

Fall 2012 CMPUT 415 Compiler Course
0 stars 3 forks source link

Command line options not working properly #12

Closed James-Osgood closed 11 years ago

James-Osgood commented 11 years ago

The compiler still produces a .lst file when the -n option is used, contrary to specifications (although the entire listing is not printed out to stdout - so that part works).

James-Osgood commented 11 years ago

Also, we should not be placing the error messages in block comments when the -n option is set.

mnbujold commented 11 years ago

Fixed. No .lst produced, or error messages in comments when flag active.