Git repository git://thelambdalab.xyz/forth.jl.git
----= Description =----
FORTH implemented in Julia.
----= Branches and Recent Tags =----
(DIR) master
(DIR) profiler
----= Recent Commits [ebff3ca] =----
(DIR) *Implemented CURRENT, FORTH, ORDER. (10 years ago)
(DIR) Correct FORTH behaviour implemented. (10 years ago)
(DIR) Added CMOVE> (10 years ago)
(DIR) Using standard field conversion words. (10 years ago)
(DIR) A bit of abstraction. (10 years ago)
----= Files [src/] =----
(TXT) forth.jl
(TXT) lib.4th
(TXT) lib_10_misc.4th
(TXT) lib_1_basic.4th
(TXT) lib_2_control.4th
(TXT) lib_3_comments.4th
(TXT) lib_4_printnum.4th
(TXT) lib_5_strings.4th
(TXT) lib_6_variables.4th
(TXT) lib_7_printwords.4th
(TXT) lib_8_decompiler.4th
(TXT) lib_9_vocab.4th