Itsy Forth is a 1kB subset of the Forth programming language. Itsy was developed top-down, implementing only the functions required to get the compiler up and running. So far we've looked at the following: The Outer (text) Interpreter The Inner (address) Interpreter and Dictionary The Primitives Next we'll define the words to complete the compiler. Colon Definitions : - ( -- ) define a new Forth w