freebsd-ports/lang/t3x/pkg-descr
Will Andrews c62c240bbb 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>
2000-12-19 11:26:48 +00:00

24 lines
733 B
Plaintext

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>