Transition to new literals compiling.

Tests still need work, as does the implementation for json.
This commit is contained in:
Tom Alexander
2020-05-16 22:30:04 -04:00
parent bc25c1ee16
commit c905e705ff
5 changed files with 21 additions and 126 deletions

View File

@@ -7,6 +7,7 @@ pub use parser::Body;
pub use parser::DustTag;
pub use parser::Filter;
pub use parser::KVPair;
pub use parser::OwnedLiteral;
pub use parser::RValue;
pub use parser::Special;
pub use parser::Template;