diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-03-18 23:43:57 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-03-18 23:43:57 +0800 |
commit | cd89f7a5d5186058c2706cc65e0050281164c453 (patch) | |
tree | a3bf07d0810ac5799b83caddda730b632f6168e5 /lang/t3x/pkg-descr | |
parent | a01a214d572f6c55d0e41e7c60a6e5b21f888c1b (diff) | |
download | freebsd-ports-gnome-cd89f7a5d5186058c2706cc65e0050281164c453.tar.gz freebsd-ports-gnome-cd89f7a5d5186058c2706cc65e0050281164c453.tar.zst freebsd-ports-gnome-cd89f7a5d5186058c2706cc65e0050281164c453.zip |
Update to version 6.10.1
PR: 25898
Submitted by: MAINTAINER
Diffstat (limited to 'lang/t3x/pkg-descr')
-rw-r--r-- | lang/t3x/pkg-descr | 18 |
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 |