--- gforth/gforth.lsm 2000/09/23 15:06:00 1.3 +++ gforth/gforth.lsm 2000/11/13 22:10:30 1.4 @@ -1,7 +1,7 @@ -Begin3 -Title: Gforth -Version: 0.5.0 -Entered-date: 23SEP00 +Begin4 +Title: Gforth +Version: 0.5.0 +Entered-date: 2000-10-25 Description: 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 @@ -9,14 +9,19 @@ Description: Gforth is a fast and portab has a manual. Gforth employs traditional implementation techniques: its inner innerpreter is indirect or direct threaded. -Keywords: Forth, interpreter, +Keywords: Forth, interpreter Author: bernd.paysan@gmx.de (Bernd Paysan) anton@mips.complang.tuwien.ac.at (Anton Ertl) -Maintained-by: bug-gforth@gnu.org -Primary-site: ftp.complang.tuwien.ac.at /pub/forth/gforth - 1.1 M gforth-0.4.0-i386-pc-linux-gnulibc1.tar.gz -Alternate-site: metalab.unc.edu /pub/Linux/devel/lang/forth -Original-site: prep.ai.mit.edu /pub/gnu/gforth + wilke@jwdt.com (Jens Wilke) + neal@pinga.free-online.co.uk (Neal Crook) +Maintained-by: bug-gforth@gnu.org +Primary-site: http://www.complang.tuwien.ac.at/forth/gforth/ + 1.6M gforth-0.5.0-i386-pc-linux-gnulibc1.tar.gz + 1.6M gforth-0.5.0-i386-pc-linux-gnu.tar.gz + 2K gforth.lsm +Alternate-site: ftp://metalab.unc.edu/pub/Linux/devel/lang/forth/ +Original-site: ftp://ftp.gnu.org/gnu/gforth/ 1.4 M gforth-0.5.0.tar.gz +Platforms: GCC-2.x (if you use the source package) Copying-policy: GPL End