herkforth source tokens
The herkforth source is made up of 16 bit "source tokens" which are stored in herkforth blocks. These source tokens link directly to the herkforth dictionary.
The high 12 bits of the source tokens hold an index into the herkforth dictionary
The low 4 bits hold the for the color/action for the word (see herkforth colors.)