Results 1 to 4 of 4

Thread: Pascal Script Interpreter

  1. #1

    Pascal Script Interpreter

    Pepe_Le_Pew 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.

    </blockquote>

    More info at <a href='
    http://opensvn.csie.org/PascalScript/' target='_blank'>
    http://opensvn.csie.org/PascalScript/</a>.
    <br /><br />There are a lot of people who are dead while they are still alive. I want to be alive until the day I die.<br />-= Paulo Coelho =-

  2. #2

    Pascal Script Interpreter

    the url to http://opensvn.csie.org/PascalScript/ is improperly formatted and points to http://www.pascalgamedevelopment.com.../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..
    This is my game project - Top Down City:
    http://www.pascalgamedevelopment.com...y-Topic-Reboot

    My OpenAL audio wrapper with Intelligent Source Manager to use unlimited:
    http://www.pascalgamedevelopment.com...source+manager

  3. #3

    Pascal Script Interpreter

    To easily download the entire thing, get a Subversion client first from 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
    Code:
    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
    Code:
    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.

  4. #4

    Pascal Script Interpreter

    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/i.../Pascal_Script
    Feel the power of Open Source.
    <br />Feel the power of Free Pascal.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •