Language documentation
Find a file
2023-07-10 05:03:06 -04:00
vendor initial commit 2023-07-10 03:32:29 -04:00
.gitignore initial commit 2023-07-10 03:32:29 -04:00
.gitmodules initial commit 2023-07-10 03:32:29 -04:00
build.sh initial commit 2023-07-10 03:32:29 -04:00
index.rtfl.stub set page title 2023-07-10 05:03:06 -04:00
javainterop.rtfl initial commit 2023-07-10 03:32:29 -04:00
LICENSE Initial commit 2023-07-10 07:04:03 +00:00
README.md initial commit 2023-07-10 03:32:29 -04:00
standardlibrary.rtfl initial commit 2023-07-10 03:32:29 -04:00

docs

Language documentation

Building

Before building, clone this repository with the --recursive Git option. This is required for some dependencies needed in the build process.

To build, you need to have rtfl installed and available in your PATH.

Once you have everything you need, run ./build.sh. Generated HTML documents will be available in the doc directory.