rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
error: unexpected token at 1..7
NODE_ROOT@0..7
  NODE_IDENT@0..1
    TOKEN_IDENT@0..1 "a"
  NODE_ERROR@1..7
    TOKEN_INTERPOL_START@1..3 "${"
    TOKEN_IDENT@3..4 "b"
    TOKEN_INTERPOL_END@4..5 "}"
    TOKEN_PATH_ABS@5..7 "/c"