rnix 0.10.2

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
NODE_ROOT 0..2 {
  NODE_ATTR_SET 0..2 {
    TOKEN_CURLY_B_OPEN("{") 0..1
    TOKEN_CURLY_B_CLOSE("}") 1..2
  }
}