langium capabilities QA #2003
deadlocklogic
started this conversation in
General
Replies: 1 comment 5 replies
-
Hey @deadlocklogic, As for type inference, generics and constraints, these are part of a type system, that will have to be implemented in "user land" so to speak. See our Lox example which does this and our (still in beta) Typir library which enables adopters to build type systems. Langium
Works out of the box in Langium, though you might need to adjust the linking/indexing logic of your language depending on your use case. We have a few guides for that on our website. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am interested in using langium to create a custom language which can transpile to different targets (similar to haxe but very minimal).
Can langium handle these features (not necessarily but via custom extensions/providers):
If so, where should I look for more examples as I couldn't find information about my use case.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions