forked from lix-project/lix
de90fdf908
bad flex doesn't have lexical restrictions, the current solution isn't quite right...)
11 lines
229 B
Nix
11 lines
229 B
Nix
"foo" + "bar"
|
|
+ toString (/a/b + /c/d)
|
|
+ (/foo/bar + "/../xyzzy/." + "/foo.txt")
|
|
+ ("/../foo" + /x/y)
|
|
+ "escape: \"quote\" \n \\"
|
|
+ "end
|
|
of
|
|
line"
|
|
+ "foo${if true then "b${"a" + "r"}" else "xyzzy"}blaat"
|
|
+ "foo$bar"
|