This is an implementation of the shunting yard algorithm in C++. It's usage is within the context of building one's own language, and how the alorithm handles text manipulation.
The code was largely used from Javidx9, and done as a way to explore the vast possibiities within C++.