-
Add an `infer-types` command to `langium-cli` that runs the type inference (type collector) and generates a type declaration for every inferred type. The result shall be written to a file `types.langi…
-
See https://github.com/TypeFox/langium/pull/126#discussion_r657646003. JavaScript supports [flags](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions#advanced_searching…
-
Langium version:1.2.0
Package name: langium
## Steps To Reproduce
![image](https://github.com/langium/langium/assets/16688722/e21d8fe6-c5f2-4e81-aa32-1e28035e07a6)
It used to have the JsDoc …
-
When I try to generate code using `expandToNode` the function hides whitespace (but not always), which makes the generated code a bit ugly. I can not see a pattern, my current assumption was that it h…
-
### Discussed in https://github.com/langium/langium/discussions/532
Originally posted by **ballcoach12** June 8, 2022
I have a grammar that imports rules from another grammar. My entry rule l…
-
Sometimes I feel like I want to use something like TypeScript's [`Exclude`](https://www.typescriptlang.org/docs/handbook/utility-types.html#excludeuniontype-excludedmembers) or [`Extract`](https://www…
-
### Proposal
We need to support multi-line comments, currently they are not supported.
I suggest a syntax like this `%{ }%`, which has to be discussed.
Escape character for titles and captions …
-
I have a web app written with Preact and Webpack that contains:
1. a Monaco Code Editor in a Preact Component,
2. a Language Server written in Langium.
What I try to do, is to create a new WebW…
-
All these three links are currently broken:
They lead to this error page:
- [x] https://github.com/langium/langium-website/issues/54
- [x] https://github.com/langium/langium-website/iss…
-
## Detailed Description
This creates a new Langium template project for us to work off of. This is in service to all of our epics, but most directly #3 and associated user stories (#7, #8, #10, etc.)