rnix 0.10.2

A Nix parser written in Rust
Documentation
1
2
3
4
{
  thing = [1 2 3 (2 + 2)];
  concat = [1] ++ [2 3] ++ [4];
}