Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   C++ (http://www.velocityreviews.com/forums/f39-c.html)
-   -   paxCompiler for scripting C++ applications (http://www.velocityreviews.com/forums/t454326-paxcompiler-for-scripting-c-applications.html)

alexander_baranovsky 05-26-2006 01:55 PM

paxCompiler for scripting C++ applications
 
paxCompiler is an embeddable compiler of Pascal language that generates
machine code for Intel processor. 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.

The compiler, implemented as paxcompilerlib.dll, can be used for
scripting Microsoft Visual C++ applications.

You can register host-defined types, routines and variables for the
compiler, read/write script-defined variables, call script-defined
functions etc. You can save/load compiled scripts to/from a file.The
roadmap of the compiler includes: support of OOP, Basic compiler and C
compiler, cross-language programming, built-in assembler, debugger.

To download trial package and to view online demos, 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


mlimber 05-26-2006 02:19 PM

Re: paxCompiler for scripting C++ applications
 
alexander_baranovsky wrote:
> paxCompiler is an embeddable compiler of Pascal language that generates
> machine code for Intel processor. 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.
>
> The compiler, implemented as paxcompilerlib.dll, can be used for
> scripting Microsoft Visual C++ applications.
>
> You can register host-defined types, routines and variables for the
> compiler, read/write script-defined variables, call script-defined
> functions etc. You can save/load compiled scripts to/from a file.The
> roadmap of the compiler includes: support of OOP, Basic compiler and C
> compiler, cross-language programming, built-in assembler, debugger.
>
> To download trial package and to view online demos, 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


Your spam is off-topic here since it is not concerned with the C++
language proper but a third-party tool. See the FAQ for what is
on-topic here.

On top of that, your marketing schpeil needs some copy-editing.

Hint: you don't earn customers by spamming/annoying programmers who
frequent newsgroups. You probably only drive them away. (I for one know
that I will be inclined to recommend against using your product.)

Cheers! --M



All times are GMT. The time now is 06:44 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57