1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/lang/t3x/pkg-descr
Mark Pulford dceb1f771a Update to 7.2.2.
Remove man page from plist.

PR:		48090
Submitted by:	maintainer
2003-02-14 13:48:40 +00:00

22 lines
835 B
Plaintext

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/