DelphiWebScript

From Free Pascal wiki
Jump to navigationJump to search

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.

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