duckyscript 0.1.0

parser for duckyscript
Documentation
1
2
3
4
5
use duckyscript::app;

fn main() {
    app::run_app();
}