[fpc-pascal] FPC scripting suport
Michael Van Canneyt
michael at freepascal.org
Wed May 28 12:08:56 CEST 2008
On Wed, 28 May 2008, MihaiR wrote:
> Hello all,
>
> Is there any component for FPS/Lazarus I can succesfully
> use for scripting? I'd like to build an application that
> can be enhanced by some simple functions stored into an
> external script file so that functions can be edited. There
> are simple functions with few parameters and which return
> the result to the main application.
> It is something like VAT calculation: main (compiled
> application send price to the script function and script
> function returns the VAT value). Of course this is a
> simplified example, on my situation there are many
> functions and I want one function to have configurable
> formula content.
Remobjects PascalScript works with FPC.
(it used to be innerfuse pascal)
Michael.
More information about the fpc-pascal
mailing list