PDA

View Full Version : Pascal Script Interpreter



savage
26-10-2005, 06:48 AM
Pepe_Le_Pew ('http://www.pascalgamedevelopment.com/profile.php?mode=viewprofile&u=909') recently announced his new Pascal Script Interpreter...
<blockquote>

Small script interpreter (*Keep it simple stupid*) for freepascal/delphi/kylix
its already functional but needs a lot of rework in order to become more professional.

anyone interested should contact me ('http://www.pascalgamedevelopment.com/profile.php?mode=viewprofile&u=909').

</blockquote>

More info at <a href='
http://opensvn.csie.org/PascalScript/' target='_blank'>
http://opensvn.csie.org/PascalScript/</a>.

JernejL
26-10-2005, 06:55 PM
the url to http://opensvn.csie.org/PascalScript/ is improperly formatted and points to http://www.pascalgamedevelopment.com/%3CBR%3Ehttp://opensvn.csie.org/PascalScript/..

i'm going to check this scripter out, interestingly i haven't seen any working on lazarus yet, so this is a big plus for beginning, i wonder what license it is..

Sly
26-10-2005, 09:47 PM
To easily download the entire thing, get a Subversion client first from http://subversion.tigris.org (http://subversion.tigris.org/). If you get the command-line client, open a command prompt, CD to the directory where you want the PascalScript directory, eg. D:\Delphi, and type

svn checkout http&#58;//opensvn.csie.org/PascalScript/trunk PascalScript
or
svn co http&#58;//opensvn.csie.org/PascalScript/trunk PascalScript
To get updates, just CD to the PascalScript directory and type

svn update
or
svn up
If you get the TortoiseSVN client, in Windows Explorer, right-click on the directory where you want the PascalScript directory and select SVN Checkout. In the dialog that appears, put http://opensvn.csie.org/PascalScript/trunk in the URL and D:\Delphi\PascalScript (or whatever directory you want it in) in the checkout directory. To get updates, just right-click on the PascalScript directory and select SVN Update.

Almindor
27-10-2005, 08:50 PM
REM Objects Pascal Script actualy works (thanks to Forest) on Lazarus in Linux and Windows(and should work on all x86 platforms even without lazarus if you use the non-visual components)

See: http://wiki.lazarus.freepascal.org/index.php/Pascal_Script