Git repository git://thelambdalab.xyz/forth.jl.git
----= Description =----
FORTH implemented in Julia.
----= Branches and Recent Tags =----
(DIR) master
(DIR) profiler
----= Recent Commits [2ab8823] =----
(DIR) *Now reads lib1 fine, but doesn't continue to lib2. (9 years ago)
(DIR) INCLUDED now reads library up to end of lib_1_basic.4th. (9 years ago)
(DIR) Avoided return stack use in INCLUDED. (9 years ago)
(DIR) INCLUDE now reads lib_2 up to ENDCASE. (9 years ago)
(DIR) INCLUDE now reads lib.4th up to first nested INCLUDE. (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