1.1.1 • Published 1 year ago

hydroscript v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

HydroScript

HydroScript is a dynamically-typed programming language compiled to JavaScript.

Contributions through posting issues are appreciated.

You can contact me through sending an email to contact@hydroscript.hyperknf.com

Installation

npm install --global hydroscript

The global flag is needed if you want to be able to use command line commands anywhere.

Remove the --global flag if HydroScript should be installed as a dependency of your project.

To install HydroScript as a development dependency (a.k.a dev dependency), run npm install --save-dev hydroscript.

Usage

Repl

JavaScript:

const HydroScript = require("HydroScript")
HydroScript.repl()

Command line:

HydroScript
hys

All command line commands are not case-sensitive

Compile

JavaScript:

const HydroScript = require("HydroScript")
HydroScript.compile("source code goes here")

Command line:

HydroScript path/to/source/file.hys
HydroScript path/to/source/file.hys path/to/output/file.js
hys path/to/source/file.hys
hys path/to/source/file.hys path/to/output/file.js

Run

JavaScript:

// command: node "path/to/javascript/file.js" "path/to/source/file.js"
const HydroScript = require("HydroScript")
HydroScript.run()

Command line:

HydroScript_run path/to/source/file.hys
hys_run path/to/source/file.hys

License

- ISC License

This README file and all existing and potential markdown files are parts of the project, and therefore is subject to protection of the license.

1.1.1

1 year ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.4-a

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.2-1.real

2 years ago

0.0.19

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6-md1

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago