For Programmers: Free Programming Magazines  


Home > Archive > Compilers > July 2006 > [ANN] paxCompiler, v1.1









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author [ANN] paxCompiler, v1.1
alexander_baranovsky

2006-07-28, 10:00 pm

Version 1.1 of the paxCompiler has been released.

paxCompiler is an embeddable compiler of Pascal programming language.
The key features of the paxCompiler are:

- The compiler generates machine code for Intel processor.
- It is possible to use the compiler as a scripting engine. You can
embed the compiler into host application, register host-defined types,
routines, variables and constants for the engine, read/write script-
defined variables, call script-defined functions etc. You can save/load
compiled scripts to/from a stream.
- 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. 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. The
supported types are: Boolean, Byte, Word, Integer, Double, Single,
Extended, Char, AnsiString, ShortString, Pointer, Record Types, Array
Types, Subrange Types, Enumeration Types and Procedural Types. The
compiler supports such concepts as namespaces, overloaded routines,
nested routines, default parameters, units.
- You can import host-defined class types and class-reference types.
- The roadmap of the compiler includes: support of script-defined
classes, Basic compiler, C compiler, cross-language programming,
built-in assembler, debugger.

New in v1.1:

Importing host-defined class types and class reference types.

To learn more about paxCompiler, please visit site www.paxcompiler.com

Thank you.

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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com