Difference between revisions of "DelphiWebScript"

From Free Pascal wiki
Jump to navigationJump to search
 
(17 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+
 +
 
 +
== Git repository ==
 +
* [https://github.com/alexvins/dwscript current]
 +
 
 +
* [https://github.com/alexvins/dwscript_old old]
  
=== Current state ===
+
== Reporting bugs ==
'''alpha''' (as of 25/09/2011)
+
First, read [[How do I create a bug report]].
  
* COM not supported
+
To report bug you can use direct link to lazarus-ccr bug-tracker http://bugs.freepascal.org/set_project.php?project_id=9
* No unicode support
 
* Test suite: tests passed but there are random failures
 
* No demos
 
* tested on i368-win32
 
  
=== Requirements ===
+
When reporting select Category=dwscript.
* Compiler Freepascal 2.5.1 -2.6.x
 
  
 
== 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 02: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