conversational-interfaces / dms-compiler

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

setting key of dictionary #7

Closed BinRoot closed 4 years ago

BinRoot commented 4 years ago

Support the following

dict = {"a": 1, "x": {"y": 8}}
dict["b"] = 2
dict["x"]["y"] = 9
BinRoot commented 4 years ago

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