We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
333887c
Fixed repeat-escape issue with strings like \\\\n.
\\\\n
Note: a naked backslash will result in undefined parse behavior. (i.e. a \ p)
a \ p
9c8560c
Removed all the BMO prefixes, left just the EDNs.
45f5690
NSCoding support.