| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-06-04 | Lexer is done for now. Now for the scaffold. | Mike Buland | |
| ALso the parser is next up. But I want to get some frontend done so it won't whine at me so much. The lexer has a lot more to go, I'm sure, but right now it does all the basics that I need it to do. | |||
| 2026-06-04 | Minor 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-04 | Start of my new templating library. | Mike Buland | |
