| parrotcode: Untitled | |
| Contents | Examples | 

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
        
|  |   |