| Age | Commit message (Collapse) | Author |
|
This is to accomidate a new proc_macro package, which can't have
anything else in it.
|
|
|
|
|
|
|
|
|
|
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...
|
|
|
|
|
|
There's an issue, it doesn't compile yet.
|
|
I need to tweak the parser to get mid-tags working, then we can have
else, and maybe elif.
After that is expressions.
|
|
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.
|