marlowe_lang 0.1.25

experimental parser lib for Cardano Marlowe DSL
Documentation
1
2
3
4
5
6
7
8
9
10
Let
    "BANANA"
    (Constant 31)
    (Assert
        (ValueEQ
            (UseValue "BANANA")
            (Constant 32)
        )
        Close 
    )