This is the Node.js command line interface for the SetlX.js transpiler.
Transpile a SetlX file to JavaScript.
<filepath>: file or directory with .stlx files
--output <outpath>: file or directory to output the file(s) to
Run a SetlX file with SetlX.js. The file gets transpiled internally and is then run with Node.js.
<file>: A SetlX file to run
Display the abstract syntax tree of a SetlX expression.
<expression>: A SetlX expression to parse