euph 0.0.1

A functional stack-based programming language
1
2
3
4
5
package euphrates:glue;

world glue {
    export run: func(code: string);
}