-
We have a requirement where we need to modify user submitted SQL query to make some changes, then create new SQL statement string and execute that. Langium Formatting seems to be designed with Editor formatting in mind but in our case it is not applicable as it is completely server side processing. Do you have any suggestion on how we can serialize the AST in server side? |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
May 6, 2024
Replies: 1 comment
-
Hey @brsanthu, we usually just build a code generator that produces DSL code from the AST. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
brsanthu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @brsanthu,
we usually just build a code generator that produces DSL code from the AST.