rnix-parser
rnix-parser copied to clipboard
Implement reading `SyntaxKind` from strings
Summary & Motivation
After parsing with rnix, I store an intermediate form in JSON which I wish to be able to re-serialize into an AST. Allowing reading SyntaxKind from strings is helpful for this use-case.
Backwards-incompatible changes
n/a
Further context
n/a