─── ⋅ ∙ ∘ ☽ ༓ ☾ ∘ ⋅ ⋅ ───
For this project, we were given documents with the high level architecture of the interpreter and built the application from the ground up.
I had to pay close attention to every detail in order to grasp the concepts. I learned a lot about reading documentation efficiently since sometimes I would be stuck on the project, only to realize that the documentation gave me the small details I needed in order to finish.
In terms of coding, I learned a lot about HashMaps and OOP in Java since my semesters leading up to this semester had mostly been in C/C++. I had an especially fun time organizing the code and classes, linking them all together, and debugging the variables across all of the different functions they would go through.