Tom Alexander
ecd523fa8f
Fix lifetimes in the compare functions.
2023-10-02 12:36:09 -04:00
Tom Alexander
c4ea3fbf88
Implement the rest of the elements.
2023-09-27 18:55:50 -04:00
Tom Alexander
d8c52568db
Add PlainListItem to ast nodes.
2023-09-27 18:21:42 -04:00
Tom Alexander
ab46a9e5c6
Ran into issue with heading, naming this type is going to be a nightmare.
2023-09-27 15:56:45 -04:00
Tom Alexander
df5d699a39
Implement Into for AstNode.
2023-09-27 15:07:26 -04:00
Tom Alexander
9111408d83
Introduce AstNode and AstNodeIter enums.
2023-09-27 14:24:08 -04:00
Tom Alexander
35f058a354
Starting a new iteration implementation.
...
This implementation will reduce the use of heap by elimininating Box<> from the individual iterators but it will still need heap for maintaining a vector of iterators from nodes.
2023-09-27 13:48:17 -04:00