summaryrefslogtreecommitdiff
path: root/lang/t3x/pkg-descr
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-19 11:26:48 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-19 11:26:48 +0000
commitc62c240bbb2fad635f89814981e0858ba386b3a9 (patch)
tree19621c9b5c912813bb6f2eda3a741b3b145cabfb /lang/t3x/pkg-descr
parentAdd ipa 1.0.1, a neat utility to do IP accounting based on firewall rules (diff)
Add t3x 6.8.1, a compiler for the basic procedural language T3X, whose
syntax is a cross between Pascal and BCPL, but smaller and simpler. PR: 23268 Submitted by: Nils M. Holm <nmh@t3x.org>
Diffstat (limited to 'lang/t3x/pkg-descr')
-rw-r--r--lang/t3x/pkg-descr23
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/t3x/pkg-descr b/lang/t3x/pkg-descr
new file mode 100644
index 000000000000..dec247d8ffb5
--- /dev/null
+++ b/lang/t3x/pkg-descr
@@ -0,0 +1,23 @@
+
+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
+may be easily implemented on a variety of different platforms.
+
+This package contains ...
+
+. a bytecode compiler and optimizer
+. a Tcode interpreter
+. FreeBSD(a.out,ELF) and DOS(EXE) native code backends
+. 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
+
+WWW: http://www.t3x.org/
+
+--
+Nils M Holm <nmh@t3x.org>