rust-forth-compiler 0.7.0

A Forth compiler written in Rust
Documentation
1
2
3
4
5
6
7
8
: I 1 ;
: Love 2 ;
: Tamara I Love ;
: Son 3 ;
: Eric Tamara Son ;
: Numbers 1 2 3 4 5 6 ;
: predefined1 1 POP ;
: predefined2 2 POP ;