Replies: 1 comment
-
Hi @dassio 👋 While the example above is certainly more readable than the JSON formatted AST, I think the expectation for the Compile API is that the response will be handled programmatically and not by a human directly. How do you intend to deal with the response? You could use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
from the blog post I was expecting that the partial evaluation would output the simple string, but when using the compile API, the response is an AST which I need to be interpreted and translated for every language (now I am using java), why the compile API is not returning something like the one mentioned in the blog post
Beta Was this translation helpful? Give feedback.
All reactions