summaryrefslogtreecommitdiff
path: root/src/lexer.rs (follow)
AgeCommit message (Expand)Author
2026-06-23Roorganized into workspace and packages.eichlan
2026-06-19Just cleaned up unsued functions.Mike Buland
2026-06-13Adding root access in identifiers.Mike Buland
2026-06-11Halfway there. About half the code is going away.Mike Buland
2026-06-11Basic if statements work.Mike Buland
2026-06-11Broke out error and renamed it.Mike Buland
2026-06-09Loops seem to work!?Mike Buland
2026-06-09Identifiers work!Mike Buland
2026-06-09Removed root, view, and output AST tokens.Mike Buland
2026-06-08It works again! and more!Mike Buland
2026-06-08It works! Lots to do, but it works.Mike Buland
2026-06-08It parses correctly for everything defined.Mike Buland
2026-06-08Many little changes to parsing, getting better.Mike Buland
2026-06-07Cleaned up a lot of parsing code.Mike Buland
2026-06-05Symbols have a wrapper with positional data now.Mike Buland
2026-06-05Started on the parser. Thinking about some tweaks.Mike Buland
2026-06-04Lexer is done for now. Now for the scaffold.Mike Buland
2026-06-04Minor change to token parsing.Mike Buland
2026-06-04Start of my new templating library.Mike Buland