3b4f1cb46c
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.
198 lines
4.8 KiB
Plaintext
198 lines
4.8 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/10/25 10:40:37 jasper Exp $
|
|
@bin bin/gforth
|
|
@bin bin/gforth-fast
|
|
@bin bin/gforth-itc
|
|
bin/gforthmi
|
|
bin/vmgen
|
|
@info info/gforth.info
|
|
@info info/vmgen.info
|
|
lib/gforth/
|
|
@bin lib/gforth/gforth-ditc
|
|
lib/gforth/site-forth/
|
|
lib/gforth/site-forth/gforth.fi
|
|
@man man/man1/gforth.1
|
|
share/emacs/
|
|
share/emacs/site-lisp/
|
|
share/emacs/site-lisp/gforth.el
|
|
share/gforth/
|
|
share/gforth/TAGS
|
|
share/gforth/add.fs
|
|
share/gforth/ans-report.fs
|
|
share/gforth/ansi.fs
|
|
share/gforth/answords.fs
|
|
share/gforth/arch/
|
|
share/gforth/arch/386/
|
|
share/gforth/arch/386/asm.fs
|
|
share/gforth/arch/386/disasm.fs
|
|
share/gforth/arch/alpha/
|
|
share/gforth/arch/alpha/asm.fs
|
|
share/gforth/arch/alpha/disasm.fs
|
|
share/gforth/arch/mips/
|
|
share/gforth/arch/mips/asm.fs
|
|
share/gforth/arch/mips/disasm.fs
|
|
share/gforth/arch/mips/insts.fs
|
|
share/gforth/asm/
|
|
share/gforth/asm/README
|
|
share/gforth/asm/basic.fs
|
|
share/gforth/asm/bitmask.fs
|
|
share/gforth/asm/generic.fs
|
|
share/gforth/asm/numref.fs
|
|
share/gforth/asm/target.fs
|
|
share/gforth/assert.fs
|
|
share/gforth/backtrac.fs
|
|
share/gforth/blocked.fb
|
|
share/gforth/blocks.fs
|
|
share/gforth/bubble.fs
|
|
share/gforth/bufio.fs
|
|
share/gforth/chains.fs
|
|
share/gforth/code.fs
|
|
share/gforth/colorize.fs
|
|
share/gforth/comp-i.fs
|
|
share/gforth/compat/
|
|
share/gforth/compat/README
|
|
share/gforth/compat/anslocal.fs
|
|
share/gforth/compat/assert.fs
|
|
share/gforth/compat/control.fs
|
|
share/gforth/compat/defer.fs
|
|
share/gforth/compat/exception.fs
|
|
share/gforth/compat/loops.fs
|
|
share/gforth/compat/required.fs
|
|
share/gforth/compat/strcomp.fs
|
|
share/gforth/compat/struct.fs
|
|
share/gforth/compat/vocabulary.fs
|
|
share/gforth/cross.fs
|
|
share/gforth/debug.fs
|
|
share/gforth/debugs.fs
|
|
share/gforth/doc/
|
|
share/gforth/doc/makedoc.fs
|
|
share/gforth/doskey.fs
|
|
share/gforth/ds2texi.fs
|
|
share/gforth/ec/
|
|
share/gforth/ec/README
|
|
share/gforth/ec/builttag.fs
|
|
share/gforth/ec/dotx.fs
|
|
share/gforth/ec/mirror.fs
|
|
share/gforth/ec/nesting.fs
|
|
share/gforth/ec/shex.fs
|
|
share/gforth/ekey.fs
|
|
share/gforth/environ.fs
|
|
share/gforth/envos.dos
|
|
share/gforth/envos.fs
|
|
share/gforth/envos.os2
|
|
share/gforth/errors.fs
|
|
share/gforth/etags.fs
|
|
share/gforth/exboot.fs
|
|
share/gforth/except.fs
|
|
share/gforth/extend.fs
|
|
share/gforth/fflib.fs
|
|
share/gforth/fi2c.fs
|
|
share/gforth/fib.fs
|
|
share/gforth/filedump.fs
|
|
share/gforth/fixpath.fs
|
|
share/gforth/float.fs
|
|
share/gforth/glocals.fs
|
|
share/gforth/glosgen.fs
|
|
share/gforth/gray.fs
|
|
share/gforth/hash.fs
|
|
share/gforth/history.fs
|
|
share/gforth/httpd.fs
|
|
share/gforth/intcomp.fs
|
|
share/gforth/kernel/
|
|
share/gforth/kernel/accept.fs
|
|
share/gforth/kernel/aliases.fs
|
|
share/gforth/kernel/aliases0.fs
|
|
share/gforth/kernel/args.fs
|
|
share/gforth/kernel/basics.fs
|
|
share/gforth/kernel/cbr.fs
|
|
share/gforth/kernel/cloop.fs
|
|
share/gforth/kernel/comp.fs
|
|
share/gforth/kernel/cond-old.fs
|
|
share/gforth/kernel/cond.fs
|
|
share/gforth/kernel/doers.fs
|
|
share/gforth/kernel/errore.fs
|
|
share/gforth/kernel/files.fs
|
|
share/gforth/kernel/getdoers.fs
|
|
share/gforth/kernel/input.fs
|
|
share/gforth/kernel/int.fs
|
|
share/gforth/kernel/io.fs
|
|
share/gforth/kernel/kernel.fs
|
|
share/gforth/kernel/license.fs
|
|
share/gforth/kernel/main.fs
|
|
share/gforth/kernel/nio.fs
|
|
share/gforth/kernel/pass.fs
|
|
share/gforth/kernel/paths.fs
|
|
share/gforth/kernel/prim0.fs
|
|
share/gforth/kernel/quotes.fs
|
|
share/gforth/kernel/require.fs
|
|
share/gforth/kernel/saccept.fs
|
|
share/gforth/kernel/tools.fs
|
|
share/gforth/kernel/toolsext.fs
|
|
share/gforth/kernel/vars.fs
|
|
share/gforth/${KERNEL}
|
|
share/gforth/lib.fs
|
|
share/gforth/locals.fs
|
|
share/gforth/locate.fs
|
|
share/gforth/look.fs
|
|
share/gforth/mach16b.fs
|
|
share/gforth/mach16l.fs
|
|
share/gforth/mach32b.fs
|
|
share/gforth/mach32l.fs
|
|
share/gforth/mach64b.fs
|
|
share/gforth/mach64l.fs
|
|
share/gforth/machpc.fs.in
|
|
share/gforth/make-app.fs
|
|
share/gforth/matrix.fs
|
|
share/gforth/mini-oof.fs
|
|
share/gforth/moof-exm.fs
|
|
share/gforth/moofglos.fs
|
|
share/gforth/more.fs
|
|
share/gforth/objects.fs
|
|
share/gforth/objexamp.fs
|
|
share/gforth/oldlib.fs
|
|
share/gforth/oof.fs
|
|
share/gforth/oofsampl.fs
|
|
share/gforth/other.fs
|
|
share/gforth/prim
|
|
share/gforth/prims2x.fs
|
|
share/gforth/proxy.fs
|
|
share/gforth/quotes.fs
|
|
share/gforth/random.fs
|
|
share/gforth/savesys.fs
|
|
share/gforth/search.fs
|
|
share/gforth/see-ext.fs
|
|
share/gforth/see.fs
|
|
share/gforth/siev.fs
|
|
share/gforth/sieve.fs
|
|
share/gforth/simp-see.fs
|
|
share/gforth/site-forth/
|
|
share/gforth/site-forth/siteinit.fs
|
|
share/gforth/sokoban.fs
|
|
share/gforth/source.fs
|
|
share/gforth/startup.fs
|
|
share/gforth/string.fs
|
|
share/gforth/struct.fs
|
|
share/gforth/stuff.fs
|
|
share/gforth/table.fs
|
|
share/gforth/tags.fs
|
|
share/gforth/tasker.fs
|
|
share/gforth/termsize.fs
|
|
share/gforth/test/
|
|
share/gforth/test/checkans.fs
|
|
share/gforth/test/coretest.fs
|
|
share/gforth/test/dbltest.fs
|
|
share/gforth/test/float.fs
|
|
share/gforth/test/gforth.fs
|
|
share/gforth/test/other.fs
|
|
share/gforth/test/postpone.fs
|
|
share/gforth/test/signals.fs
|
|
share/gforth/test/string.fs
|
|
share/gforth/test/tester.fs
|
|
share/gforth/tt.fs
|
|
share/gforth/unbuffer.fs
|
|
share/gforth/unix/
|
|
share/gforth/unix/socket.fs
|
|
share/gforth/vt100.fs
|
|
share/gforth/vt100key.fs
|
|
share/gforth/wordinfo.fs
|
|
share/gforth/wordsets.fs
|