Skip to content
Discussion options

You must be logged in to vote

Hey @Martinsos,

I would also love to understand how easier it would make things for us -> I guess right now it generates compiler frontend (from string to AST) and LSP?

Right, Langium is basically an all-in-one compiler frontend framework. As long as your language is somehow EBNF expressable (in our grammar language DSL) it infers all the information it needs to build a parser, AST (and generate the TypeScript interfaces/types for that), resolving cross references and provide LSP support right out of the box.

if it significantly simplified development for us, it could be valuable to switch to it.

It likely will, that's why we built it for ourselves in the first place :D

However, there…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Martinsos
Comment options

Answer selected by Martinsos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants