rnix 0.10.2

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
error: unexpected TOKEN_SQUARE_B_CLOSE at 0..1, wanted any of [TOKEN_PAREN_OPEN, TOKEN_REC, TOKEN_CURLY_B_OPEN, TOKEN_SQUARE_B_OPEN, TOKEN_DYNAMIC_START, TOKEN_STRING_START, TOKEN_IDENT]
error: unexpected end of file, wanted any of [TOKEN_IDENT]
NODE_ROOT 0..2 {
  NODE_SELECT 0..2 {
    NODE_ERROR 0..1 {
      TOKEN_SQUARE_B_CLOSE("]") 0..1
    }
    TOKEN_DOT(".") 1..2
  }
}