blob: 7f16b30277c0ff2dd0a947b90d25a1b90c1367ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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 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/r6/doc/T3X.html)
. an online help system in structured document format
WWW: http://www.t3x.org/
--
Nils M Holm <nmh@t3x.org>
|