This is the initial early access release version of DeltaScript.
This release contains:
- The formal language specification
- The official implementation
- Interpreter with all dependencies packaged as a JAR
- Source code for the interpreter1
Note:
The internal links are not currently working in the PDF version of the language specification attached in this release. If you find it cumbersome to navigate the document, you can read the language specification here on GitHub instead.
1 - The source code in the ZIP includes lots of extraneous code from Delta Time that can be ignored. Relevant code is mostly restricted to the script
module.