Tsant Language
Featured Project
The Tsant Programming Language is a fun project I did over the summer to practice creating my own interpreted language in C++. It is able to operate on variables and create functions.

This was a fun project I did to practice creating my own programming language. Currently, the language is only in its interpreted stage and is not turning complete yet. However, it is able to do functions and execute arithmetic. The following steps would be to create logic for it such as if statements and loops.