-
I am just thinking loud, because I am not so deep in your topic.
Would it not be possible to have this fuzzing framework as part of a parser generator (like ANTLR4)? There you already have a gramma…
-
Learn LSP capabilities, such as formatting (how LS changes are propagated back to the editor?), code actions (the API used in Sprotty Server to enable graphical editing), and LSP content assist (used …
-
npm package: https://www.npmjs.com/package/langium-arithmetics-dsl
-
For Langium 0.5.0, the [Monarch grammar generator does not properly escape forward slash `/` symbols as part of the generated output](https://github.com/langium/langium/blob/main/packages/langium-cli/…
-
While developing a JavaDoc Extractor to test Langium, It was found that while inserting 2 terminal rules with the same profile caused no error message to appear, and the Content to be 'Loading...' for…
-
- https://github.com/Chevrotain/chevrotain#where-used
-
Langium version: 1.1.0
Package name: langium
The generated CLI does not have execution permission, and executing it on Linux platform gives an error `/usr/bin/env: "node\r": No such file or direct…
-
I can't use dot character (`.`) in ERD diagrams.
**To Reproduce**
Open live editor and put code below:
```mermaid
erDiagram
public.product ||--o{ public.product_color : label
```
or
…
-
The Langium extension generator `generator-langium` is scaffolding new Langium projects. In particular, it generates the Langium configuration read by the `langium generate` CLI command.
`generator…
-
I manually converted the `langium-grammar.langium` to an `EBNF` understood by https://www.bottlecaps.de/rr/ui , would be nice if `langium` could generate it automatically like I did for `bison/byacc/l…