# khi.rs A Rust library & parser for the **Khi** data language. ## Links - [repository](https://github.com/khilang/khilang), [quick guide](https://github.com/khilang/khilang/blob/master/quick-guide.md), [reference](https://github.com/khilang/khilang/blob/master/reference.md) - [online editor & preprocessor](https://khilang.github.io/khi-editor) - [reference implementation](https://github.com/khilang/khi.rs) ## Todo - [ ] Polish - [ ] Write grammar tests - [ ] Checks in parser for required & illegal whitespace - [ ] Recovery from errors to return multiple errors - [ ] Good error messages?