praxis-cli 0.2.0

The `praxis` command-line tool: run, check and debug Praxis programs.
1
2
3
4
5
6
// A Praxis snippet with multiple parse errors, for the `check` parse-error
// integration test. Missing `=` in the binding, a stray `)`, and a broken second
// statement — the parser must recover past each and keep reporting.
var x 1
)
var = 2