Download DashScript

Click the icon to the right to download the DashScript installer to your computer. It will download and install the tools you request. To run it on a windows or mac system double-click the jar file which will be downloaded. To run it on a linux system with a gui make the file executable (in ubuntu right-click properties on the file and check "executable") then either run the file with the Java runtime enviornment or type java -jar installer.jar in the directory that the file was downloaded to. It is recommended that you develop DashScript code on a linux system.

Source Code

No source code has been uploaded yet, as the project is still in an early development stage. The source code is written in Java and is broken up into several projects which can be opened up with NetBeans IDE. The lib project contains all of the compiler code and is implemented as a library by the other projects. The Docs page contains information on how to implement the compiler's API, should you want to write java software which uses the compiler. The dev project contains the code for the swing GUI which is used as the editor and the previewer project contains the code for the fast compiler which is used to try out the code.