-
Greetings, I currently use xText and load DSL into Java to generate code. What options are available to load and navigate through Langium models using Java? thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Dec 27, 2023
Replies: 1 comment
-
Hey @oc007us, you can use the JSON serializer to send an AST instance over the wire. That's probably the best option you have to send something from a JavaScript runtime to a Java runtime. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
msujew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @oc007us,
you can use the JSON serializer to send an AST instance over the wire. That's probably the best option you have to send something from a JavaScript runtime to a Java runtime.