build_jsl is a Jolie script that builds the Jolie standard library.
It depends on
the dependencies are automatically installed by running jolie install_dependencies.ol in the root of the repository.
Usage example:
jolie build_jsl.ol ".md" "markdown_joliedoc.liquid"
Where the first argument passed to build_jsl.ol (in the example .md) is the document extension format outputted by the program and the second (in the example markdown_joliedoc.liquid) is a liquid template used to automatically generate the documentation page.