0.0.8 • Published 2 years ago

dreamscript v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Image

DreamScript Installation

  • Install NodeJs
  • Open your Cmd
  • Install The Installer on /downloadInstaller Folder or, you can :
  • Install Via NPM

Support OS Installer

  • Windows 64 Bit

Get Started

  • Command
~$ 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
  • Directory

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

  • Powered by CoderDocs

CHANGE LOG

Version 0.0.7 :

  • Update Installer
  • Fix Many Bugssss
  • fix compiler Function

CREDITS