conversational-interfaces / dms-compiler

Compiles DM Script to DMPL JSON
https://w3c.github.io/dms/
5 stars 0 forks source link

Support more syntactic sugar for run #10

Closed BinRoot closed 4 years ago

BinRoot commented 4 years ago

The following are equivalent

run "MyComponent" () -> result

run "MyComponent" () -> _result {
    _ {
        result = _result
    }
}
BinRoot commented 4 years ago

resolved in https://github.com/conversational-interfaces/dms-compiler/pull/12