###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
-
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
-
Run the script as "python parse.py > output.txt"
-
output.txt should contain the code you can copy+paste