reacto11mecha / DreamScript

The DreamScript Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Get Started

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

Example

.
└── lib
    ├── index.ds
    └── code.ds
    ├── index.js
    └── code.js

$ ds cdirs lib

This command will compile all files in the lib folder and write the compilation results to the same folder with the same name and the extension js

DOCS

https://ds-lang.github.io

  • Powered by CoderDocs

Authors

  • Zahir Hadi Athallah
  • Ezra Khairan Permana

CREDITS

About

The DreamScript Programming Language

License:MIT License


Languages

Language:JavaScript 100.0%