100 Days of Code Day 69
Today’s exercise forgot to put in some function stubs which broke things. I had to figure out from the test cases what I was even supposed to do. I figured it out but that is super lame. Anyway the exercise was to fill in a class for Complex Numbers. It was long and tedious. I think the exercise description and stub are out of date with the test cases.
All I got done on the parser was getting it to recognize constants. It is hard to build up the parse tree when you don’t know what the leaf nodes are. Well this is one. Many many to go.
