summaryrefslogtreecommitdiff
path: root/src (follow)
AgeCommit message (Collapse)Author
2026-06-04Minor change to token parsing.Mike Buland
Tokens now can only have a-z, A-Z, or 0-9 in them, we can add more later, _ and - maybe? but this lets us easily break on = and other things we may want.
2026-06-04Start of my new templating library.Mike Buland