Difference between revisions of "DelphiWebScript"

From Free Pascal wiki
Jump to navigationJump to search
 
(20 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
== FPC port ==
 
== FPC port ==
FPC port based on 2.1 release of dwscript.
+
=== Current state ===
[http://sourceforge.net/u/alexvins/dwscript dwscript development git repository]
+
* started new port targeting FPC 3.1.1+
  
=== Current state ===
+
== Git repository ==
'''Pre alpha''' (as of 24/09/2011)
+
* [https://github.com/alexvins/dwscript current]
 +
 
 +
* [https://github.com/alexvins/dwscript_old old]
 +
 
 +
== Reporting bugs ==
 +
First, read [[How do I create a bug report]].
 +
 
 +
To report bug you can use direct link to lazarus-ccr bug-tracker http://bugs.freepascal.org/set_project.php?project_id=9
  
* COM not supported
+
When reporting select Category=dwscript.
* Libraries not ported yet
 
* Test suite: 680 of 696 tests passed
 
* No demos
 
  
 
== Links ==
 
== Links ==
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
 
* [http://sourceforge.net/projects/dws/ Original DelphiWebScript] (not active)
* [http://code.google.com/p/dwscript/ DWScipt Revival] (active developement)
+
* [http://code.google.com/p/dwscript/ DWScipt Revival] (not active)
 +
* [https://bitbucket.org/egrange/dwscript Current upstream]
  
 
[[Category:Components]]
 
[[Category:Components]]

Latest revision as of 01:34, 14 August 2016

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

Current state

  • started new port targeting FPC 3.1.1+

Git repository

Reporting bugs

First, read How do I create a bug report.

To report bug you can use direct link to lazarus-ccr bug-tracker http://bugs.freepascal.org/set_project.php?project_id=9

When reporting select Category=dwscript.

Links