paxPascal
| Implements a subset of Object Pascal and extends it with a few extra features,
including namespaces, dynamic record and array types, inheritance for record ... |
paxC Statements
| Assignment Statements; Break Statements; Class Statements; Compound Statements;
Continue Statements; Delete Statements; Do Statements; Enum Statements ... |
LISPPA: Mechanical theorem proving (paxPascal).
| Compare with Appendix A in "Chang CL and Lee RC Symbolic Logic and Mechanical
Theorem Proving", Academic Press, New York, 1973. ... |
TpaxScripter Demo. Code Explorer.
| unit CodeExplorer;. interface. uses Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, ComCtrls, ExtCtrls, ... |
TPAXScripter Registration Routines
| FreeImportLibarary; LoadImportLibrary; RegisterClassType; RegisterConstant;
RegisterField; RegisterInterfaceType; RegisterInterfaceMethod; RegisterMethod ... |
TpaxScripter Demo. Full Test.
| unit fulltest1;. interface. uses Windows, Messages, SysUtils, Classes, Graphics,
Controls, Forms, Dialogs, StdCtrls, PaxScripter, PaxPascal {$IFDEF VER150} ... |
Compound Assignment Operators
| Language Element, Short Description. Addition Assignment Operator (+=), Adds the
value of an expression to the value of a variable and assigns the result to ... |
paxJavaScript Reference
| paxJavaScript implements ECMA 262 standard and extends it with the concept of
namespace. The main subject of paxJavaScript is the cross-language integration ... |
LISPPA: Symbolic differentiation (paxPascal).
| Gramma: // Expression = Term { ( "+"|"-") Term } // Term = Multiplier { "*"|"/" )
Multiplier } // Multiplier = Factor { "^" Factor } // Factor = Number ... |
paxPascal Features
| Program Structure; Declaration of Variables; Class Types; Record Types; Array Types;
Namespaces; Regular Expressions; Strings; Forward Declarations ... |