presolve-parser 0.2.0-beta.2

Parser implementation used by the Presolve compiler.
Documentation
1
2
3
4
5
6
7
# presolve-parser

`presolve-parser` is the parser crate used by the Presolve compiler. It is
published so that the compiler crate has reproducible registry dependencies;
application authors should use the `presolve` npm package and `@presolve/cli`.

The parser is versioned and released with the Presolve alpha train.