aboutsummaryrefslogtreecommitdiff
path: root/lang/t3x/pkg-descr
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2003-02-14 13:48:40 +0000
committerMark Pulford <markp@FreeBSD.org>2003-02-14 13:48:40 +0000
commitdceb1f771a67fb2c746674673f1688f565d7eb08 (patch)
treea903017b00ac2603ff0d5e5b623f722a865e36ff /lang/t3x/pkg-descr
parent2c6ac1e841fe6ba44aee66365fb6c86b35a921a6 (diff)
downloadports-dceb1f771a67fb2c746674673f1688f565d7eb08.tar.gz
ports-dceb1f771a67fb2c746674673f1688f565d7eb08.zip
Notes
Diffstat (limited to 'lang/t3x/pkg-descr')
-rw-r--r--lang/t3x/pkg-descr26
1 files changed, 12 insertions, 14 deletions
diff --git a/lang/t3x/pkg-descr b/lang/t3x/pkg-descr
index 5b983daa3424..eb0e5d311a0f 100644
--- a/lang/t3x/pkg-descr
+++ b/lang/t3x/pkg-descr
@@ -2,22 +2,20 @@ 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.
+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 and 8086 (EXE) backends
-. runtime support for FreeBSD, Linux, DOS, Coherent, etc.
-. a Tcode disassembler
-. misc. tools
-. documentation in HTML (/usr/local/t3x/r7/doc/T3X.html)
-. an online help system in structured document format
+- 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/
-
---
-Nils M Holm <nmh@t3x.org>