valkyrie-parser 0.2.5

The hand write parser of valkyrie language
Documentation
namespace* tests.literal.escape;
// empty
'';
"";
// revert
"'";
'"';
// newline
f"\n";
r"\n";
'\
';
// escape
'\u{24}';
'\u{03D6}';
'\u{000024}';
'\u{99999999}';
'\n';
'\a';

re'
# comment
ab[cd]
'

xml'
<list>xml</list>
'