summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-22 08:58:33 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-22 10:50:01 +0300
commite50ca0c984173ce8d84d6a4092096753512ccf26 (patch)
tree40d3066d06750681201579bbc5ca623c3708c615 /src/lib.rs
parent364ab272087f94625df0af1ec53ccb5be8003eb8 (diff)
downloadsubplot-e50ca0c984173ce8d84d6a4092096753512ccf26.tar.gz
Change: get Python template from templates/python/template.{yaml.py}
All the language specific details are now in template.yaml, including the command for how to run the generated test program.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2f358a0..e39a240 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -34,5 +34,8 @@ pub use matches::MatchedStep;
pub use matches::PartialStep;
pub use matches::StepSnippet;
+mod templatespec;
+pub use templatespec::TemplateSpec;
+
mod codegen;
pub use codegen::*;