The current version is BETA 0.0.2
Download and install Node.js
Run npm install jslol -g from your command line
jslol is a command-line tool and it is immediately available after the installation. jslol supports various sub-commands and option flags.
To interpret a file, type
jslol run <file> [options] or jslol r <file> [options].
Available option flags are -e or --extended-errors to show extended error information and -t or --timer to output the time needed for execution.
Since this function is the main purpose of jslol, there is also a short version available: jslol <file>
Note that option flags cannot be used with the shortended command.
jslol comes with several test files, which can be used with the following command:
jslol test [test] [options] or jslol test [test] [options].
Available option flags are -e or --extended-errors to show extended error information, -t or --timer to output the time needed for execution and -ls to list all available tests.
The current version number can be displayed with jslol -v.
Type jslol -h to get general help or jslol <command> -h to get thelp about the specified sub-command.