Git repository git://thelambdalab.xyz/forth.jl.git
----= Description =----
FORTH implemented in Julia.
----= Branches and Recent Tags =----
(DIR) master
(DIR) profiler
----= Recent Commits [d490558] =----
(DIR) *Added missing dependency to toml files. (3 years, 2 months ago)
(DIR) Updating for Julia 1.8. (3 years, 2 months ago)
(DIR) Added REQUIRE. (3 years, 10 months ago)
(DIR) Added project description file for Julia 1.4. (6 years ago)
(DIR) Added time primitive. (7 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