rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
error: unexpected TOKEN_R_BRACK at 0..1, wanted any of [TOKEN_L_PAREN, TOKEN_REC, TOKEN_L_BRACE, TOKEN_L_BRACK, TOKEN_STRING_START, TOKEN_IDENT]
error: unexpected end of file, wanted any of [TOKEN_IDENT, TOKEN_OR, TOKEN_CUR_POS]
NODE_ROOT@0..2
  NODE_SELECT@0..2
    NODE_ERROR@0..1
      TOKEN_R_BRACK@0..1 "]"
    TOKEN_DOT@1..2 "."
    NODE_ATTRPATH@2..2