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.
![License](https://img.shields.io/badge/License-MIT-blue.svg)
![Image](https://raw.githubusercontent.com/ds-lang/DreamScript/main/imagee.jpg)
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.6 :
- Update Installer
- Fix Many Bugssss
- add new compiler Function
CREDITS