euph 0.1.1

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

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