aether-azathoth 0.5.3

A lightweight, embeddable domain-specific language (DSL) interpreter with rich standard library
Documentation
1
2
3
4
5
Func ADD(A, B) {
    Return (A + B)
}

Export ADD