summaryrefslogtreecommitdiff
path: root/lang/t3x/pkg-descr
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-18 15:43:57 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-18 15:43:57 +0000
commit90baff638c3af5a729280fd6768ba112cc46795f (patch)
treecf7e484b8fda6d062c3dcf723400cb43bc4db56d /lang/t3x/pkg-descr
parentUpdate to version 1.3.1 (diff)
Update to version 6.10.1
PR: 25898 Submitted by: MAINTAINER
Diffstat (limited to 'lang/t3x/pkg-descr')
-rw-r--r--lang/t3x/pkg-descr18
1 files changed, 9 insertions, 9 deletions
diff --git a/lang/t3x/pkg-descr b/lang/t3x/pkg-descr
index dec247d8ffb5..7f16b30277c0 100644
--- a/lang/t3x/pkg-descr
+++ b/lang/t3x/pkg-descr
@@ -1,18 +1,18 @@
-
-T3X is a very basic procedural language. Its syntax is a cross
-between Pascal and BCPL, but it is smaller and simpler.
-Unlike many popular languages, T3X does not provide a very
-abstract and complex environment to achieve portability, but
-only a set of very basic operations and built-in routines which
+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 optimizer
+. a bytecode compiler and optimizers
. a Tcode interpreter
-. FreeBSD(a.out,ELF) and DOS(EXE) native code backends
+. 386 and 8086 (EXE) backends
+. runtime support for FreeBSD, Linux, DOS, Coherent, etc.
. a Tcode disassembler
-. run time libraries
. misc. tools
. documentation in HTML (/usr/local/t3x/r6/doc/T3X.html)
. an online help system in structured document format