Apitax / Scriptax

Scriptax is a general purpose, automation first language used to quickly script together automation.
GNU General Public License v3.0
2 stars 0 forks source link

Add support for label or expr for dict keys #41

Closed ShawnClake closed 5 years ago

ShawnClake commented 5 years ago

in aotm_obj_dict let me do either of these syntaxes:

{test: "value"} or {"test": "value"}

ShawnClake commented 5 years ago

grammar added

ShawnClake commented 5 years ago

implemented and tested