Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/j-maas/roc-xml-parser


https://github.com/j-maas/roc-xml-parser

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# Roc XML parser

[![Passively maintained](https://img.shields.io/badge/maintenance-passive-yellow)](#maintenance)

## Cloning the repository

We use [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-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 https://github.com/roc-lang/roc/issues/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 --
```

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.