-
-
Couldn't load subscription status.
- Fork 463
-
hey :)
for my use case i need to convert ast node back to string
is there any built in code to do that? or only custom code with visitor etc?
i saw dump but i need binary node to be outputted as "x + y" for instance
thanks :)
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 2 replies
-
Right now it’s not added. Will be cool to add it.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
another question, is there any way to turn off + on strings?
Beta Was this translation helpful? Give feedback.
All reactions
-
You can use operator overloading for func (string, string) string and return an error in this function instead.
Beta Was this translation helpful? Give feedback.
All reactions
-
nice,aight, thank u!!
Beta Was this translation helpful? Give feedback.