10.19.05
Operator Precedence Parsing
Time: .5 hours
Total: 55 hours
————————–
O’kane sent me a link to a PDF which contained a whole slew of information on coding a mathematical expression parser. Yay. I’m glad there is a better way to do things then the way I was planning, though the similariies between the techniques (the one in the PDF and the one I was about to use) are quite similar.
I consider this a half hour of research. Deciphering this beast was quite entertaining and meaningful, especially when all I could really do was read. I have an excellent idea on how this will all work, and I plan to employ it in just about every project I work on that need’s some sort of expresion parsing.