freebsd-ports/lang/t3x/pkg-descr
Sergey A. Osokin 5c24a6ab6d Update to 8.0.2
Also update homepage

Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
PR:		53110
Approved by:	fjoe (implicit)
2003-06-10 10:56:35 +00:00

21 lines
839 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 basic
set of operations and runtime classes 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, 8086 (EXE), and Alpha AXP backends
- A DOS/EXE generator for all platforms
- runtime support for FreeBSD, NetBSD, Linux, DOS, Coherent
- a Tcode examination utility
- tools (pretty-printer, make utility, class manager)
- the T3X user manual in HTML format
- an online help system in structured document format
WWW: http://www.t3x.org/T3X/