summaryrefslogtreecommitdiff
path: root/src/context.rs (follow)
AgeCommit message (Collapse)Author
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-23Tweaked for generality.Mike Buland
2026-06-22Attempted fixes. Maybe made it too C++ishMike Buland
2026-06-19Just cleaned up unsued functions.Mike Buland
2026-06-18Almost thereMike Buland
2026-06-17I think this is a better structure.Mike Buland
We deal with mapped structures better now, and they are distinct from our handy value tree. I haven't figured out how to make it like iterators yet, but I think we're close...
2026-06-14In progress...Mike Buland
2026-06-13I did some silly things. This one doesn't build.Mike Buland
2026-06-13Adding root access in identifiers.Mike Buland
There's an issue, it doesn't compile yet.
2026-06-11Basic if statements work.Mike Buland
I need to tweak the parser to get mid-tags working, then we can have else, and maybe elif. After that is expressions.
2026-06-11Split things out, made things easier to use.Mike Buland
CrimError now has several constructors for different cases, so it's easier to use, using constructors is normalized now. Value has a load of From implementations now so it's much, much, much easier to use in practice.