/roc-xml-parser

Universal Permissive License v1.0UPL-1.0

Roc XML parser

Passively maintained

Cloning the repository

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.

Testing

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.

Maintenance

This project is passively maintained. I intend to respond to issues and pull requests, but am not dedicating time to develop new features.