Replies: 2 comments 1 reply
-
I believe @sailingKieler had a similar issue in one of his projects. IIRC the "solution" was to copy and paste code from Langium. Having a separate library for this would probably be nice. I'll think about this. You mentioned that depending on |
Beta Was this translation helpful? Give feedback.
-
I wrote something up last year to help a bit with this without depending on Langium directly, https://www.npmjs.com/package/langium-ast-helper (repo as well). The focus is on supporting data viz applications, but it does provide de-serialization & graph conversion capabilities. Although not much else, as it was intended to be pretty slim. The use case was making it easier to build external tooling that could consume and project Langium ASTs generally. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, we have the following usecase: we want to process the AST produced by Langium in the backend. But we dont want our backend code to (directly) depend on langium. So i guess we would need the following
Did anybody already face a similar problem? how did you solve it?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions