rnix 0.14.0

A Nix parser written in Rust
Documentation
error: unexpected end of file
error: unexpected end of file, wanted any of [TOKEN_SEMICOLON]
error: unexpected end of file
NODE_ROOT@0..50
  NODE_ATTR_SET@0..48
    TOKEN_L_BRACE@0..1 "{"
    TOKEN_WHITESPACE@1..4 "\n  "
    NODE_ATTRPATH_VALUE@4..48
      NODE_ATTRPATH@4..11
        NODE_IDENT@4..11
          TOKEN_IDENT@4..11 "traceIf"
      TOKEN_WHITESPACE@11..12 " "
      TOKEN_ASSIGN@12..13 "="
      TOKEN_WHITESPACE@13..18 "\n    "
      TOKEN_COMMENT@18..38 "# predicate to check"
      TOKEN_WHITESPACE@38..43 "\n    "
      NODE_LAMBDA@43..48
        NODE_IDENT_PARAM@43..47
          NODE_IDENT@43..47
            TOKEN_IDENT@43..47 "pred"
        TOKEN_COLON@47..48 ":"
  TOKEN_WHITESPACE@48..50 "\n\n"