rforth/README.md

14 lines
126 B
Markdown
Raw Normal View History

2010-09-09 15:01:38 +02:00
russ forth
==========
A simple Forth interpreter in Ruby (1.9).
1 2 dup + +
.
5
3 2 1 + *
.
9