summaryrefslogtreecommitdiff
path: root/src/syntax/parsing/mod.rs
AgeCommit message (Collapse)Author
2020-09-30Reorganize syntax types into two modules 📦Laurenz
2020-09-03Split up parser into multiple files 🧱Laurenz
Splits up into: - escaping: resolving of escape sequences - parser: the parsing code - tests: all integrated parsing tests Also moves Ident from the root syntax module into the tree module.