1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 [COPY] T2 SDE: package/.../small/small.desc
5 [COPY] Copyright (C) 2004 - 2007 The T2 SDE Project
7 [COPY] More information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License as published by
11 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
12 [COPY] GNU General Public License can be found in the file COPYING.
13 [COPY] --- T2-COPYRIGHT-NOTE-END ---
15 [I] A simple, typeless, 32-bit extension language with a C-like syntax
17 [T] A Small "source" program is compiled to a binary file for optimal execution
18 [T] speed. The Small compiler outputs P-code (or bytecode) that subsequently
19 [T] runs on an abstract machine. Execution speed, stability, simplicity and a
20 [T] small footprint were essential design criteria for both the language and
21 [T] the abstract machine.
23 [U] http://www.compuphase.com/small.htm
26 [M] Rene Rebe <rene@t2-project.org>
34 [P] X -----5---9 220.000
36 [D] 1159610600 smallkit-273.tgz http://www.compuphase.com/small/