khi 0.16.1

Khi parser & library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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?