This video is the first in which we build compile mode in our Forth implementation. By the end, our Forth interpreter will switch to compile mode when the user enters a colon (:) in the command line, and then put anything the user enters into the compiled words list until the user inputs a semi-colon (;).
Write Yourself a Forth: http://beza1e1.tuxen.de/articles/fort...
Forth Standard: https://forth-standard.org
cruxForth on GitHub: https://github.com/josephkreydt/cruxF...