Skip to content

Parse escaped identifiers

thebirdsdontsing requested to merge feat/parse-escaped-identifiers into main

Created by: ecoulson

Summary

Added support for parsing escaped identifiers and parsing identifiers themselves. Tested the happy paths, ensuring that it creates a node for an EscapedIdentifierToken

Closes #17 (closed)

Merge request reports