Git repository git://thelambdalab.xyz/forth.jl.git
----= Description =----
FORTH implemented in Julia.
----= Branches and Recent Tags =----
(DIR) master
(DIR) profiler
----= Recent Commits [81df430] =----
(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)
(DIR) Added generic input buffer words IB and #IB. (9 years ago)
----= Files [.] =----
(TXT) .gitignore
(TXT) .travis.yml
(TXT) LICENSE
(TXT) README.md
(TXT) REQUIRE
(DIR) examples
(DIR) src
(DIR) test