-
I tried Langium today for the first time. I followed the "[Getting Started](https://langium.org/docs/getting-started/)" guide and was able to debug the default "Hello World" example.
Next, I changed …
-
Langium version: 0.3.0
Package name: langium
## Summary
(see https://github.com/langium/langium/discussions/391)
In Langium 0.3, in the WorkspaceManager: I wonder what is intended to be passed…
-
When run the vscode extension, get the following error
```
[Error - 19:51:45] Request textDocument/semanticTokens/range failed.
Message: Request textDocument/semanticTokens/range failed with …
-
Actions can rewrite declared types, effectively erasing/changing their previously declared properties. This leads to an inability to reason about declared types as a fixed source of information about …
-
See https://github.com/langium/langium/pull/406#discussion_r810922786: we should validate usages of `type`s for consistency. For example, this is not valid because `Foo` is not an AST node type.
```
…
-
When I try to separate my grammar and my model in two differents Langium File and add an import, I cannot return an element of one of my defined types. If I paste one of my interfaces in the grammar f…
-
I am very interested in trying out langium and have done the basic tutorial in the web site. However, I am not able to make much progress due to the lack of actual language examples to refer to.…
-
It would be nice to jump to the imported grammar using `F12` or `CMD+Click` in `"myothergrammar"` , see blow:
```js
import "myothergrammar"
```
-
```
Error: Error: Composite node contains only hidden nodes
at RootCstNodeImpl.get lastNonHiddenNode [as lastNonHiddenNode] (node_modules/langium/lib/parser/cst-node-builder.js:157:15)
at …
-
The statemachine example page (#50) should be connected to a Langium language server running in the browser (e.g. a webworker). Initially the example project should be linked locally. Once everything …