Pas2JS General

Pas2JS is a source-to-source compiler (S2S Compiler).
Convert Pascal source to JavaScript source.

It's a part of FreePascal Compiler.

With Pas2JS compiler, CT can build from Pascal source code, JavaScript applications.
These JavaScript applications are ECMAScript 5 and should run in any browser or in Node.js.

 

CodeTyphon Studio support Pas2JS to ALL Host OSes,
you can build Pas2JS Web Applications on:

 

Supported pascal syntax elements

A significant amount of Object Pascal syntax is supported, including RTTI. A more detailed list can be found in the translation file in the sources.

 

Unimplemented pascal features