Git repository git://thelambdalab.xyz/forth.jl.git
       
       ----= Description =----
       FORTH implemented in Julia.
       
       
       ----= Branches and Recent Tags =----
 (DIR) master
 (DIR) profiler
       
       ----= Recent Commits [2de7927] =----
 (DIR) *Used invokelatest to work around world age issue. (8 years ago)
 (DIR) Transitioning to julia 0.6 (may be hard) (8 years ago)
 (DIR) Added READ-FILE. (9 years ago)
 (DIR) Added licensing to startup message. (9 years ago)
 (DIR) Made forth.jl compatible with julia 0.5. (9 years ago)
       
       ----= Files [src/] =----
 (TXT) forth.jl
 (TXT) lib.4th
 (TXT) lib_10_misc.4th
 (TXT) lib_11_extensions.4th
 (TXT) lib_1_basic.4th
 (TXT) lib_2_control.4th
 (TXT) lib_3_input.4th
 (TXT) lib_4_comments.4th
 (TXT) lib_5_printnum.4th
 (TXT) lib_6_strings.4th
 (TXT) lib_7_variables.4th
 (TXT) lib_8_vocab.4th
 (TXT) lib_9_decompiler.4th