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

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

Simple DSL and grammar for linear equations over the Rationals
https://github.com/athanclark/purescript-linear-grammar

Last synced: 5 months ago
JSON representation

Simple DSL and grammar for linear equations over the Rationals

Awesome Lists containing this project

README

          

PureScript Linear Grammar
=========================

Just some simple ASTs and DSLs for working with and creating linear equations,
symbolically representing variables as `Map`s from their variable name to their
coefficient value. The structure remains polymorphic, but is intended for
the `Rational`s (and of course, any linear variable type supporting `Ord`).