rnix 0.10.2

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unexpected token at 3..4
NODE_ROOT 0..4 {
  NODE_ATTR_SET 0..2 {
    TOKEN_CURLY_B_OPEN("{") 0..1
    TOKEN_CURLY_B_CLOSE("}") 1..2
  }
  TOKEN_WHITESPACE("\n") 2..3
  NODE_ERROR 3..4 {
    TOKEN_COMMA(",") 3..4
  }
}