File:  [gforth] / gforth / gforth.lsm
Revision 1.2: download - view: text, annotated - select for diffs
Tue Feb 2 22:02:54 1999 UTC (25 years, 2 months ago) by anton
Branches: MAIN
CVS tags: HEAD
MIPS port should now work even with GNU ld
added FORCE_REG stuff to arch/alpha/machine.h
added Alpha assembler (contributed by Bernd Thallner)

    1: Begin3
    2: Title:          Gforth
    3: Version:        0.4.0
    4: Entered-date:   28DEC98
    5: Description:	Gforth is a fast and portable implementation of the ANS
    6: 		Forth language. It works nicely with the Emacs editor,
    7: 		offers some nice features such as input completion and
    8: 		history and a powerful locals facility, and it even
    9: 		has (the beginnings of) a manual. Gforth employs
   10: 		traditional implementation techniques: its inner
   11: 		innerpreter is indirect or direct threaded.
   12: Keywords:       Forth, interpreter, 
   13: Author:         bernd.paysan@gmx.de (Bernd Paysan)
   14: 		anton@mips.complang.tuwien.ac.at (Anton Ertl)
   15: Maintained-by:  bug-gforth@gnu.ai.mit.edu
   16: Primary-site:   ftp.complang.tuwien.ac.at /pub/forth/gforth
   17: 			1.1 M gforth-0.4.0-i386-pc-linux-gnulibc1.tar.gz
   18: Alternate-site: metalab.unc.edu /pub/Linux/devel/lang/forth
   19: Original-site:  prep.ai.mit.edu /pub/gnu/gforth
   20: 			986 kB gforth-0.4.0.tar.gz
   21: Copying-policy: GPL
   22: End

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>