This is an implementation of a simple interpreted language based on the concepts of Forth programming languages.
gcc -o toyforth toyforth.cThis simple toy project was inspired by this youtube video, in challenging myself to continue it
This is an implementation of a simple interpreted language based on the concepts of Forth programming languages.
gcc -o toyforth toyforth.cThis simple toy project was inspired by this youtube video, in challenging myself to continue it