Main repository and issue tracker is at https://bitbucket.org/egrange/dwscript/ and a GitHub mirror is at https://github.com/EricGrange/DWScript
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.
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:
The JavaScript CodeGen is currently licensed under GPL v3.
This is my private fork, which might run out of sync with the original repository over time.