ProscriptLS Download
The ProscriptLS project is
https://github.com/lindseyspratt/proscriptls
.
There is an SDK for each release that can be downloaded from the GitHub project that contains the documentation, libraries, and other support files.
The ProscriptLS files are available from jsDelivr:
There is an SDK for each release that can be downloaded from the GitHub project that contains the documentation, libraries, and other support files.
The ProscriptLS files are available from jsDelivr:
- main library:
https://cdn.jsdelivr.net/gh/lindseyspratt/proscriptls@VERSION/dist/proscriptls.js
for a particular version (e.g. 0.2.0) of the library or
https://cdn.jsdelivr.net/gh/lindseyspratt/proscriptls/dist/proscriptls.js
for the latest version of the library. - library parts: This library is available in two parts: proscriptls_engine.js and proscriptls_state.js. These files can be referenced in the same way as above, e.g. https://cdn.jsdelivr.net/gh/lindseyspratt/proscriptls/dist/proscriptls_engine.js
- Also in the jsDelivr 'dist' folder, there is a specialized form of the main library for compiling source to create custom state, proscriptls_for_compile.js, and a node script to run the compilation, node_compile.js.