# Renew File Parser

![Project Logo](./images/logo.svg)

A parser for the .rnw file format used by [Renew](//www.renew.de).

[![NPM](https://img.shields.io/npm/v/@petristation/renewjs.svg)](https://www.npmjs.com/package/@petristation/renewjs)

Used in [PetriStation](//www.petristation.net) to import Renew files.

## Tests

Run tests on over 1000 `.rnw` example files via `node tests/test.js` or `npm test`:

```
$ npm test

> @petristation/renewjs@1.0.4 test
> node ./tests/test.js

........................................................................
........................................................................
........................................................................
.............................................................SS.........
........................................................................
........................................................................
........................................................................
........................................................................
................................................................S.......
........................................................................
........................................................................
........................................................................
........................................................................
........................................................................
........................................................................
........................................................................
...............................................................
```

---

[www.laszlokorte.de](//www.laszlokorte.de)