We use Git submodules for our dependencies. After cloning this repository please run the following command:
git submodule update --init --recursive
This will download the dependencies' code so that you can use them.
Due to roc-lang/roc#5654, we cannot run the package roc test package/main.roc
. As a workaround, run the application:
roc test package/parse.roc
You can parse arbitrary XML files for testing by running:
roc run package/parse.roc -- <path to your XML file>
It will output an Inspect
representation of the parsed XML.
This project is passively maintained. I intend to respond to issues and pull requests, but am not dedicating time to develop new features.