conversational-interfaces / dms-compiler

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

support numbers as key of dictionary #8

Closed BinRoot closed 4 years ago

BinRoot commented 4 years ago

Support the following

d = {1: "one", 2: "two"}
BinRoot commented 4 years ago

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