nanoforth2 - a totally stripped down forth kernel
Like nanoforth but with PCC
Its intended to investigate dynamic compilation. It can read one line of code and understands:
+ add - sub \d a single-digit number . print : x compile single-letter word x ; end compile