/parskip

Formatting tool (and parser/serializer) of eskip

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

parskip

parser/serializer for the eskip route definition format.

Building

Use Stack to build the tool

stack build && stack install

This will install the parskip binary.

Tests

Tests can be run with

stack test

Usage

Currently, parskip reads eskip from the standard in, parses it and serializes it pretty printed to standard out. Nothing else.

parskip < someroutes.eskip