pipeline-script 0.1.0

Script engine designed for the project construction tool pipeline(crate name pipeline-cli)
Documentation
1
2
3
4
5
class Test(a:Int=3,b:Int=8){
}

val p = Test(a=5,b=5)
print(p)