You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently there doesn't seem to be a "simple" approach to converting from a "hcl2Dict" to a Lark.Tree, since the tree to dict conversion is done via the DictTransformer, I think it would be a huge help to have a TreeTransformer, where the dict is converted back into an HCL representation Lark.Tree.
The text was updated successfully, but these errors were encountered:
we just released version 6.0.0 with support of Python dicts to HCL2 reconstruction. Please check it out and let me know whether it meets your requirements!
currently there doesn't seem to be a "simple" approach to converting from a "hcl2Dict" to a Lark.Tree, since the tree to dict conversion is done via the DictTransformer, I think it would be a huge help to have a TreeTransformer, where the dict is converted back into an HCL representation Lark.Tree.
The text was updated successfully, but these errors were encountered: