ANN: paxCompiler, v1.5

paxscript@gmail.com
Sun, 10 Jun 2007 04:51:42 -0700

          From comp.compilers

Related articles
ANN: paxCompiler, v1.5 paxscript@gmail.com (2007-06-10)
| List of all articles for this month |

From: paxscript@gmail.com
Newsgroups: comp.compilers
Date: Sun, 10 Jun 2007 04:51:42 -0700
Organization: Compilers Central
Keywords: available
Posted-Date: 13 Jun 2007 19:26:12 EDT

Version 1.5 of the paxCompiler has been released.


New:


- TPaxCompilerExplorer and TPaxCompilerDebugger components.
- Array and record constant initializers.
- Increased speed of compilation.
- Support of Delphi 2007.


paxCompiler is an embeddable compiler of the Pascal programming
language.


The key features of the paxCompiler are:


- The compiler generates machine code for Intel compatible processors.
- It is possible to use the compiler as a scripting engine.
- The compiler was initially written in Borland Delphi as a set of
Delphi components that allows you to embed the paxCompiler into
Delphi, Kylix or Borland C++ Builder application, so you can
customize and extend the application without having to recompile it.
- Source code of paxCompiler is compatible with Free Pascal 2.0.
- paxCompiler, implemented as paxcompilerlib.dll, can be used for
scripting Microsoft Visual C++ applications.
- The compiler implements a subset of Object Pascal language. It
supports such concepts as namespaces, classes, overloaded routines,
nested routines, default parameters, exception handling, units.
- You can import host-defined types with paxCompiler importer.
- The roadmap of the compiler includes: Basic and C compilers, cross-
language programming, built-in assembler.


Thank you.


Alexander Baranovsky
VIRT Laboratory
www.paxcompiler.com // paxCompiler
www.paxscript.com // paxScript for Win32&Linux
www.paxscript.net // paxScript for Microsoft .NET



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.