npm.io
2.1.9 • Published 10 years agoCLI

jel

Licence
SEE LICENSE IN LICENSE
Version
2.1.9
Deps
3
Vulns
0
Weekly
0

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.