Commit Graph

12 Commits

Author SHA1 Message Date
Tom Alexander
4a21ae5af3 Add tests for explicit context setting that check failure conditions and implement a helper function to generate a new breadcrumb stack. 2020-05-25 15:40:42 -04:00
Tom Alexander
10c8b25817 Implement the new partial type in the renderer. 2020-05-17 21:11:55 -04:00
Tom Alexander
c905e705ff Transition to new literals compiling.
Tests still need work, as does the implementation for json.
2020-05-16 22:31:40 -04:00
Tom Alexander
b45448edbd Moved ParametersContext to its own file. 2020-05-08 22:12:35 -04:00
Tom Alexander
1a6db195cb Starting a context for partial parameters. 2020-05-08 20:58:32 -04:00
Tom Alexander
cc6dbefcdb Implement specials in the renderer. 2020-05-03 14:52:08 -04:00
Tom Alexander
8e4f5e3229 Fixing warnings 2020-04-12 21:57:42 -04:00
Tom Alexander
883bda7a78 Added the signature for passing filters into the render function.
Added the signature for passing filters into the render function but I am not yet using the filters.
2020-04-12 21:54:15 -04:00
Tom Alexander
542c2c4536 Switching render_template to render_body.
The body element is re-used as a child element in blocks, so it makes more sense to make a function that renders that as opposed to a function that renders a top-level-only container that contains only a body.
2020-04-11 23:03:07 -04:00
Tom Alexander
f65a144b3c Beginning of the render_tag function.
Beginning of the render_tag function. At this point I need to figure out how to access elements in the context.
2020-04-11 19:05:40 -04:00
Tom Alexander
2459d7b418 Rendering spans 2020-04-11 18:25:48 -04:00
Tom Alexander
0d659afa2f Rename duster module to parser 2020-04-05 19:21:43 -04:00