Git repository git://thelambdalab.xyz/forth.jl.git
       
       ----= Description =----
       FORTH implemented in Julia.
       
       
       ----= Branches and Recent Tags =----
 (DIR) master
 (DIR) profiler
       
       ----= Recent Commits [b258f43] =----
 (DIR) *Fixed bug in executable. (9 years ago)
 (DIR) Added executable script. (9 years ago)
 (DIR) BYE now prints nothing when input stream is file. (9 years ago)
 (DIR) Can now define an initial file to run. (9 years ago)
 (DIR) CODE now a library word. (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