All Projects → CWBudde → Dwscript

CWBudde / Dwscript

DWScript is an object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages.

Programming Languages

pascal
1382 projects
script
160 projects
delphi
115 projects

Labels

DelphiWebScript Project

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.

Goals of the project go beyond web usages, and cover general purpose scripting.

To get started see FirstSteps or [Language], for news see the posts tagged "DWS" at DelphiTools.info. You can also have a look at the [FAQ]. If you have other questions related to DWScript programming, usage or integration, StackOverflow is a good place to ask them. For bugs, use the Issues tracker.

This project is currently maintained by Eric Grange (http://delphitools.info), and sponsored by Creative IT, it is based on original DWS2 by Matthias Ackermann (http://sourceforge.net/projects/dws/) initiated way back in the last century.

DWScript lead platform is currently Delphi 10.3, compatibility with older Delphi version is not officially maintained, it may work, or it may not.

Licensing

DWScript is released under Mozilla Public License 1.1 which, in short, means that it's free to use in open or closed source projects, free or commercial, provided you honor the following requirements:

  • any application that makes use of DWScript, or is compiled by DWScript should "conspicuously" include a reference to DWScript in its credits, and include or link to the DWScript source files.
  • modification to the source have to be made public under MPL. If you can't or don't want to satisfy the above requirements, contact the project manager for use under other license schemes.

The JavaScript CodeGen is currently licensed under GPL v3.

Fork notes

This is my private fork, which might run out of sync with the original repository over time.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].