Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 570 Bytes

File metadata and controls

11 lines (6 loc) · 570 Bytes

###How to use the parser! ####Major 🔑 to not bashing your head against the wall while doing CS137 hw Here's a link to a video guide

  1. Go to the professor's hw assignment eg [this] (http://athena.ecs.csus.edu/~changw/137/prg/1/demo/0-Read-Me.txt) and copy paste the lines you want into a text file called "input.txt" in the same directory as your script (make sure you include the Time, s1, s0, etc. column, and the "---" column

  2. Run the script as "python parse.py > output.txt"

  3. output.txt should contain the code you can copy+paste