1.1.0 • Published 1 month ago

hydroscript v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month 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

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 potential markdown files are parts of the project, and therefore is subject to protection of the license.

1.1.0

1 month ago

1.0.9

1 month ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

2 months ago

1.0.5

2 months ago

1.0.4

2 months ago

1.0.3

2 months ago

1.0.4-a

2 months ago

1.0.2

2 months ago

1.0.1

2 months ago

1.0.0

2 months ago

0.0.25

2 months ago

0.0.24

2 months ago

0.0.20

2 months ago

0.0.21

2 months ago

0.0.22

2 months ago

0.0.23

2 months ago

0.0.2-1.real

2 months ago

0.0.19

2 months ago

0.0.17

2 months ago

0.0.18

2 months ago

0.0.16

2 months ago

0.0.15

2 months ago

0.0.14

2 months ago

0.0.13

2 months ago

0.0.10

2 months ago

0.0.11

2 months ago

0.0.12

2 months ago

0.0.9

3 months ago

0.0.8

3 months ago

0.0.7

3 months ago

0.0.6-md1

3 months ago

0.0.6

3 months ago

0.0.5

3 months ago