compiling templates in the same manner as the shim

This commit is contained in:
Tom Alexander
2020-04-10 20:27:27 -04:00
parent 7e0a617ba6
commit 743106684a
4 changed files with 56 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
extern crate nom;
mod parser;
mod renderer;