CS-351 Parser Visualization Project
Created by: Tucker Shaw
Programming Languages!
This was my final project for this class, but we were working on it most of the semester.
I had to create a full scanner and parser in one user interface for a faux programming language.
I used tkinter to create the GUI and python to implement the scanner/parser with regular expression.
The parse trees are generated as a class and graphically displayed. Pretty neat!
Feel free to check out the pictures below and the video to see it in action!