jel

2.1.9 • Public • Published

Jel

Jel is a scripting language developed to be simple JavaScript. Jel is a based off of JavaScript syntax with a Python parser. It's main purpose is to make JavaScript easier. (See Syntax.)

Syntax

All Jel functions are written with parentheses, such as write('Jel is a cool language!')

Install

$ npm install jel

Running

You can currently run jel through the terminal, and a runner. To run jel through the terminal, type

jel <filename>

to run the jel interpreter on your file.
You can also run the jel interpreter by running it with the jel.run file. Note: Replace <filename> with the name of your file.

Updating

If you've already installed and setup jel, use

jel update

to update jel.

Configuration

For your workspace, make 1 jel.json file.

/jel/

    Package Sidebar

    Install

    npm i jel

    Weekly Downloads

    34

    Version

    2.1.9

    License

    SEE LICENSE IN LICENSE

    Last publish

    Collaborators

    • snopeks