A very simple Forth interpreter implemented in various languages. The design is inspired by libforth.
.
Print the top of the data stack..
Print the whole data stack+
Add-
Subtract*
Multiply/
Divisiondup
Duplicate top of stackpop
Pop top of stackclr
Clear stackswp
Swap top two values on stackexit
Quit interpreter