1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/pawn/pawn.desc
3 [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project
4 [COPY] SPDX-License-Identifier: GPL-2.0
5 [COPY] --- T2-COPYRIGHT-END ---
7 [I] A simple, typeless, 32-bit extension language with a C-like syntax
9 [T] A small Pawn "source" program is compiled to a binary file for optimal execution
10 [T] speed. The Pawn compiler outputs P-code (or bytecode) that subsequently
11 [T] runs on an abstract machine. Execution speed, stability, simplicity and a
12 [T] small footprint were essential design criteria for both the language and
13 [T] the abstract machine.
15 [U] https://www.compuphase.com/pawn/pawn.htm
18 [M] Rene Rebe <rene@t2-project.org>
26 [P] X -----5---9 220.000
28 [D] fe1fce2c5d7d926c67704c1b81712193b0774c91a8895f88fc670093 pawn-4.1.7152.zip https://www.compuphase.com/pawn/