rnix 0.14.0

A Nix parser written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
TOKEN_STRING_START, "''"
TOKEN_STRING_CONTENT, "
This is a multiline string :D
  indented by two
\'\'\'\'\
''${ interpolation was escaped }
''\${ interpolation was escaped }
two single quotes: '''
three single quotes: ''''
"
TOKEN_STRING_END, "''"