DreamScript
Dreamscript is a JavaScript-based programming language that can be used more simply and easily, Designed to make it easier for Developers.
DreamScript comes with an easy-to-understand syntax, minimal code usage, easy-to-catch errors, few bugs, and many of the advantages you find in DreamScript.
DreamScript Installation
- Install NodeJs
- Open your Cmd
- Install The Installer on /downloadInstaller Folder or, you can :
- Install Via NPM
Support OS Installer
Get Started
~$ ds r <your file or directory file>
atau
~$ ds c <your file or directory file>
or
~$ ds create <name of directory>
for any command, you can see at:
~$ ds -h
Example
.
├── code
└── lib
├── index.ds
└── code.ds
$ ds dir code lib
this command will compile all files in the lib
folder and write the compilation results to the code
folder with the same name and the extension js
.
├── code
│ ├── index.js
│ └── code.js
└── lib
├── index.ds
└── code.ds
DOCS
https://ds-lang.github.io
CHANGE LOG
Version 0.0.5 :
- Update Installer
- Fix Many Bugssss
- Add many CLI Commands
- Add many Function on DS Codes
CREDITS