-
A minimal example:
Using the following type declaration
```
grammar Debug
entry Model:
(items+=AB)*;
interface A {
a: string;
}
interface B {
b: string[];
}
type AB = A…
-
Add a "Share" button that generates a URL with parameters for the left and right editor contents. Also add a "Copy" button to copy the generated URL to the clipboard.
Example URL: `https://langium.…
-
Originally brought up [here](https://github.com/langium/langium/issues/561#issuecomment-1330869348)
> I have a probably similar problem: When creating the hello-world-language (langium 0.5.0) and…
-
While discussing some details yesterday over another project, it came up that the form of writing a DataType rule could mislead new users into thinking it returns a primitive type, rather than the Dat…
-
Langium 5.0:
I noticed the following: I am trying to recognize ANTLR4 grammars. Like the [WREN.G4 grammar](https://github.com/antlr/grammars-v4/blob/6a084712f0875d3508cdeb2926a95b1e7b524400/wren/Wr…
Lotes updated
2 years ago
-
The idea came from [the discussion](https://github.com/langium/langium/discussions/720#discussioncomment-3923112). Currently, ```ON returns string: 'on';``` infers
```
export type ON = string;
```
…
-
By default, the Monaco editor only has support for the `monarch` syntax definition. We should add a generator to the `langium-cli` for this type of syntax definition in addition to the existing textma…
-
Langium version: #275
Package name: langium
## Steps To Reproduce
1. Open `datatypes.dmodel`
2. Select `Date`
3. Press F2
4. Enter a new name
## The current behavior
The datatype name …
-
Langium version: 0.5.0-next.f2b3802
Package name: langium
## Steps To Reproduce
1. Generate the hello-world project
2. Start the language server and attach to it for debugging
3. Set a breakp…
-
Extracted from https://github.com/langium/langium/pull/346#pullrequestreview-851320480
I think this would be a good time to add a fourth example showing both the multi-language and parameterized ru…