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

https://github.com/athanclark/linear-grammar

An AST for linear equations and inclusive inequalities.
https://github.com/athanclark/linear-grammar

Last synced: 7 months ago
JSON representation

An AST for linear equations and inclusive inequalities.

Awesome Lists containing this project

README

          

linear-grammar
==============

[![Build Status](https://travis-ci.org/athanclark/linear-grammar.svg?branch=master)](https://travis-ci.org/athanclark/linear-grammar)

A simple grammar specification for linear equations and inclusive inequalities.
See the [hackage documentation](http://hackage.haskell.org/package/linear-grammar)
for more info.

## How to run tests

```
cabal install --enable-tests && cabal test
```