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.
- Host: GitHub
- URL: https://github.com/athanclark/linear-grammar
- Owner: athanclark
- License: bsd-3-clause
- Created: 2015-06-10T15:39:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T14:27:17.000Z (almost 11 years ago)
- Last Synced: 2024-12-28T16:38:21.112Z (over 1 year ago)
- Language: Haskell
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
linear-grammar
==============
[](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
```