Commit Graph

11 Commits

Author SHA1 Message Date
Tom Alexander
a6e48aee6a
Switch to escaped_transform to unescape the text. 2020-04-06 21:09:06 -04:00
Tom Alexander
5463ed2cdf
Added surrounding quotes 2020-04-06 21:03:03 -04:00
Tom Alexander
878cbf56ca
Switch to raw strings 2020-04-06 20:47:17 -04:00
Tom Alexander
a0b032ad4b
I was missing an escape character 2020-04-06 20:45:39 -04:00
Tom Alexander
586823aa8a
first test case failing 2020-04-06 20:34:04 -04:00
Tom Alexander
b3120d2e52
Initial scaffold for developing a quoted string parser 2020-04-06 20:20:53 -04:00
Tom Alexander
41abcb9b4a
Add support for named blocks 2020-04-05 23:47:55 -04:00
Tom Alexander
52824b4d0b
Rename the container parser to conditional.
Rename the container parser to conditional because we are going to have other tags with bodies that do not match the same semantics as the conditional blocks. An example of this is inline partials only support a single key rather than a path.
2020-04-05 19:39:07 -04:00
Tom Alexander
de4f420627
separate out the parser for key because partials don't use a full path, only a key 2020-04-05 19:34:46 -04:00
Tom Alexander
7f2c7151a9
Rename Block to Body because dust uses the name Block for {+ 2020-04-05 19:29:16 -04:00
Tom Alexander
0d659afa2f
Rename duster module to parser 2020-04-05 19:21:43 -04:00