Talk on Principles of Compilers
Date:
In the Principles of Compilers course, I completed a project for the Open Topic section that involved implementing classic lexical analysis algorithms. Specifically, I recreated the Thompson algorithm and the Powerset construction method in C++, and began work on the Hopcroft algorithm.
You can view the slides here