jel
v2.1.9
Published
The Jel Language Interpreter
Readme
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 jelRunning
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 updateto update jel.
Configuration
For your workspace, make 1 jel.json file.
