Git repository git://thelambdalab.xyz/forth.jl.git
       
       ----= Description =----
       FORTH implemented in Julia.
       
       
       ----= Branches and Recent Tags =----
 (DIR) master
 (DIR) profiler
       
       ----= Recent Commits [ab1ea50] =----
 (DIR) *Updated WORD to read from file or terminal buffer. (9 years ago)
 (DIR) Removed old INCLUDE def. (9 years ago)
 (DIR) Implemented basic file io words. (9 years ago)
 (DIR) Added open-file and 2 FAMs (9 years ago)
 (DIR) Working on fixing file io. (9 years ago)
       
       ----= Files [src/] =----
 (TXT) forth.jl
 (TXT) lib.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_vocab.4th
 (TXT) lib_8_decompiler.4th
 (TXT) lib_9_misc.4th