Start writing forth compiler
This commit is contained in:
parent
173a857a5a
commit
ec7a147ec9
27 changed files with 790 additions and 221 deletions
3
henceforth/examples/test.fth
Normal file
3
henceforth/examples/test.fth
Normal file
|
@ -0,0 +1,3 @@
|
|||
40 2 + drop drop
|
||||
: test ( -- 42 ) 40 2 + ;
|
||||
test .
|
Loading…
Add table
Add a link
Reference in a new issue