Commit Graph

16 Commits

Author SHA1 Message Date
Tom Alexander
1487f7d96b Really start from scratch. 2022-11-24 14:42:05 -05:00
Tom Alexander
6f416f6997 Going to switch to using immutable fn instead of FnMut so I can easily make a context tree. 2022-11-24 14:31:58 -05:00
Tom Alexander
58e31aa841 Did lifetimes fix it? 2022-10-30 05:53:18 -04:00
Tom Alexander
8695d32f40 Swap in the new TestContext everywhere. 2022-10-30 05:06:06 -04:00
Tom Alexander
9d534aa627 Add paragraph parser. 2022-10-15 14:16:52 -04:00
Tom Alexander
6b93e1c007 Lifetime issue. 2022-10-15 00:01:37 -04:00
Tom Alexander
8a6868f299 Added boxes. 2022-10-14 20:52:49 -04:00
Tom Alexander
add717071c Using a mutable reference breaks clone. 2022-10-14 20:25:10 -04:00
Tom Alexander
262bd3c061 Going to try to make the functions in the context more generic. 2022-10-14 20:06:10 -04:00
Tom Alexander
70688c8d51 Pass context into paragraph from document instead of generating the initial context at paragraph level. 2022-07-17 18:40:05 -04:00
Tom Alexander
b3b2874cc2 Cleaning up. 2022-07-16 21:37:08 -04:00
Tom Alexander
8357837571 Hmmm it seems to be building. 2022-07-16 21:32:23 -04:00
Tom Alexander
9d8fddb44d Going to go back to fn objects in the hope that I don't have to specify lifetimes. 2022-07-16 21:16:34 -04:00
Tom Alexander
c67de70363 Going to try flatly defined functions and wrap them. 2022-07-16 20:42:56 -04:00
Tom Alexander
fdd5b532fc Expose a document parser and implement the paragraph parser so something is hitting our macro. 2022-07-16 18:26:53 -04:00
Tom Alexander
ee9e6297a6 Initial setup for the parser. 2022-07-16 14:17:33 -04:00