Difference between revisions of "DelphiWebScript"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Introduction ==
 
== 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 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 ==

Revision as of 14:13, 24 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

Pre alpha (as of 24/09/2011)

  • COM not supported
  • Libraries not ported yet
  • Test suite: 680 of 696 tests passed
  • No demos

Links