1
2
3
4
5
6
7
extern crate anyhow;
extern crate pest;
#[macro_use]
extern crate pest_derive;

pub mod duckyscript;
pub mod mallardscript;