-
It's just my curiosity |
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Aug 24, 2024
Replies: 1 comment 2 replies
-
Hey @negahama, Yes, Langium's grammar language is completely self-hosted. You will find it's implementation here. The first few commits in this repo featured a hand-written parser, that was replaced pretty quickly with a Langium-based implementation. You're completely right in that regard :) |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
negahama
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @negahama,
Yes, Langium's grammar language is completely self-hosted. You will find it's implementation here.
The first few commits in this repo featured a hand-written parser, that was replaced pretty quickly with a Langium-based implementation. You're completely right in that regard :)