Git repository git://thelambdalab.xyz/forth.jl.git
----= Description =----
FORTH implemented in Julia.
----= Branches and Recent Tags =----
(DIR) master
(DIR) profiler
----= Recent Commits [537dae5] =----
(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)
(DIR) Fixed interpret-mode behaviour of S". (9 years ago)
(DIR) Fixed bug in executable. (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