Difference between revisions of "DelphiWebScript"

From Free Pascal wiki
Jump to navigationJump to search
Line 19: Line 19:
 
* Compiler Freepascal 2.5.1 -2.6.x
 
* Compiler Freepascal 2.5.1 -2.6.x
 
* Lazarus 0.9.30+
 
* Lazarus 0.9.30+
 +
 +
== Git repository ==
 +
git://git.code.sf.net/u/alexvins/dwscript
  
 
== Download ==
 
== Download ==
Git repository git://git.code.sf.net/u/alexvins/dwscript
+
* [https://sourceforge.net/projects/alexvins.u/files/DWScript/ SourceForge]
 +
 
 
== Links ==
 
== Links ==
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)

Revision as of 19:26, 26 September 2011

Introduction

DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). It introduces a few Pascal language extensions of its own as well. DWScript is licensed under Mozilla Public License v 1.1 .

FPC port

FPC port based on 2.1 release of dwscript. dwscript development git repository

Current state

alpha (as of 25/09/2011)

  • COM not supported
  • No unicode support
  • Test suite: tests passed but there are random failures
  • No demos
  • tested on i368-win32

Requirements

  • Compiler Freepascal 2.5.1 -2.6.x
  • Lazarus 0.9.30+

Git repository

git://git.code.sf.net/u/alexvins/dwscript

Download

Links