Merge pull request #460 from joergen7/master

Add Cuneiform hello-world https://www.cuneiform-lang.org/
This commit is contained in:
Mike Donaghy
2018-07-16 12:10:14 -05:00
committed by GitHub

6
c/cuneiform.cfl Normal file
View File

@@ -0,0 +1,6 @@
def greet() -> <out : Str>
in Bash *{
out="Hello world"
}*
( greet()|out );