summaryrefslogtreecommitdiff
path: root/Cargo.lock (follow)
AgeCommit message (Collapse)Author
2026-06-30Added LookAhead, fixed up the proc-macro.Mike Buland
LookAhead should make the rest of the parser and lexer stuff way easier, probably spin that out into it's own lib later on.
2026-06-23Roorganized into workspace and packages.eichlan
This is to accomidate a new proc_macro package, which can't have anything else in it.
2026-06-04Start of my new templating library.Mike Buland