freebsd-ports/lang/t3x/pkg-descr
Kevin Lo 90baff638c Update to version 6.10.1
PR: 25898
Submitted by: MAINTAINER
2001-03-18 15:43:57 +00:00

23 lines
791 B
Text

T3X is a minimum procedural language. It is small, portable,
procedural, block-structured, recursive, almost typeless,
and to some degree object-oriented.
Its syntax is a cross between Pascal and BCPL, but it is smaller
and simpler. Portability is achieved by simplicity: only a set
of very basic operations and built-in routines is provided, which
may be easily implemented on a variety of different platforms.
This package contains ...
. a bytecode compiler and optimizers
. a Tcode interpreter
. 386 and 8086 (EXE) backends
. runtime support for FreeBSD, Linux, DOS, Coherent, etc.
. a Tcode disassembler
. misc. tools
. documentation in HTML (/usr/local/t3x/r6/doc/T3X.html)
. an online help system in structured document format
WWW: http://www.t3x.org/
--
Nils M Holm <nmh@t3x.org>