Scriptol to JavaScript compiler
(c) 2014-2017 by Denis G. Sureau
http://www.scriptol.org/ 


This archive contains solj.exe, the Scriptol to JavaScript  compiler, version Windows 64 bits.

A JavaScript program may executed at command line with Node.js or in an HTML page
with a browser.

Once  Node.js  is installed and added to the PATH variable on Windows (this is useless on Linux)
you can execute a programme at command line with this command:

solj   myscript

The .sol extension is omitted.
The source will be compiled and executed by Node. 

Example:

solj demos/helloyou

You can also include the compiled file in a web page or compile a web page with the .sol extension.
 Do not forget to include the scriptolbrowser.js library in your page.

Read carefully the manual before to start...

