Commit Graph

7 Commits

Author SHA1 Message Date
jasper
866e94c5b5 - adjust gforthmi as well to non-standard dictionary path 2011-01-13 15:35:39 +00:00
sthen
f916ff61b1 new lib_depends/revision 2010-10-24 21:06:28 +00:00
espie
88dd25abf4 USE_GROFF=Yes 2010-10-18 19:20:41 +00:00
kurt
48dd291538 Fix use of uninitalized memory. Found by malloc option J. okay naddy@ 2009-11-17 01:04:43 +00:00
jasper
ac65850a21 - enable for powerpc. it's working just fine, i just never got around testing it 2009-04-01 17:17:37 +00:00
jasper
4b20f60c99 - typo in DESCR 2008-10-25 14:54:23 +00:00
jasper
3b4f1cb46c import gforth 0.6.2
Gforth is a fast and portable implementation of the ANS Forth language.
It works nicely with the Emacs editor, offers some nice features such as
input completion and history, backtraces, a decompiler and a powerful
locals facility, and it even has a manual. Gforth combines traditional
implementation techniques with newer techniques for portability and
performance performance: its inner innerpreter is direct threaded with
several optimizations, but you can also use a traditional-style indirect
threaded interpreter.

originally based on a port by jack woehr, but completely overhauled since.
2008-10-25 10:40:37 +00:00