Lines 2-23
Link Here
|
2 |
procedural, block-structured, recursive, almost typeless, |
2 |
procedural, block-structured, recursive, almost typeless, |
3 |
and to some degree object-oriented. |
3 |
and to some degree object-oriented. |
4 |
Its syntax is a cross between Pascal and BCPL, but it is smaller |
4 |
Its syntax is a cross between Pascal and BCPL, but it is smaller |
5 |
and simpler. Portability is achieved by simplicity: only a set |
5 |
and simpler. Portability is achieved by simplicity: only a basic |
6 |
of very basic operations and built-in routines is provided, which |
6 |
set of operations and runtime classes is provided, which may be |
7 |
may be easily implemented on a variety of different platforms. |
7 |
easily implemented on a variety of different platforms. |
8 |
|
8 |
|
9 |
This package contains ... |
9 |
This package contains ... |
10 |
|
10 |
|
11 |
. a bytecode compiler and optimizers |
11 |
- a bytecode compiler and optimizers |
12 |
. a Tcode interpreter |
12 |
- a Tcode interpreter |
13 |
. 386 and 8086 (EXE) backends |
13 |
- 386, 8086 (EXE), and Alpha AXP backends |
14 |
. runtime support for FreeBSD, Linux, DOS, Coherent, etc. |
14 |
- A DOS/EXE generator for all platforms |
15 |
. a Tcode disassembler |
15 |
- runtime support for FreeBSD, NetBSD, Linux, DOS, Coherent |
16 |
. misc. tools |
16 |
- a Tcode examination utility |
17 |
. documentation in HTML (/usr/local/t3x/r7/doc/T3X.html) |
17 |
- tools (pretty-printer, make utility, class manager) |
18 |
. an online help system in structured document format |
18 |
- the T3X user manual in HTML format |
|
|
19 |
- an online help system in structured document format |
19 |
|
20 |
|
20 |
WWW: http://www.t3x.org/ |
21 |
WWW: http://www.t3x.org/ |
21 |
|
|
|
22 |
-- |
23 |
Nils M Holm <nmh@t3x.org> |