swift-nav / plover

Plover is a language for matrix algebra on embedded systems.
http://swift-nav.github.io/plover
MIT License
47 stars 14 forks source link

refactor rules #29

Closed kovach closed 9 years ago

kovach commented 9 years ago

need better organization to facilitate debugging may also enable more general pattern matches, like a term within a context of a certain type

considering using a list of monad pattern matches (fail on match failure) or rules as objects