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
- Host: GitHub
- URL: https://github.com/athanclark/purescript-linear-grammar
- Owner: athanclark
- License: mit
- Created: 2015-10-02T17:05:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-03T17:54:47.000Z (over 10 years ago)
- Last Synced: 2024-12-28T16:38:13.220Z (over 1 year ago)
- Language: PureScript
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`).