Find a file
2010-09-09 10:58:34 -04:00
src Added swap. Fixed my bug introduced in . (popping instead of peaking) 2010-09-09 10:58:34 -04:00
README.md Initial import of Russ's first version 2010-09-09 09:01:38 -04:00

russ forth

A simple Forth interpreter in Ruby (1.9).

1 2 dup + +
.
5

3 2 1 + *
.
9