-
Seems to not working with typescript anymore ?
`Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in /Users/XXX/quick-start/node_modules/chevrotain/package.json`
-
**Is your feature request related to a problem? Please describe.**
Generate a source map so we can link runtime errors in the Python code to DSL code.
See https://github.com/langium/langium/blob/7…
-
Default Langium ScopeProvider limits cross-references to flow from inner-most blocks to outer-most blocks (e.g. in Python, a variable in a `for` loop can reference a variable immediately outside of th…
-
## Infos
### Unnecessary syntax
- [x] UnnecessaryAssignment
- [x] UnnecessaryArgumentList
- [x] UnnecessaryBody
- [x] UnnecessarySafeAccess
- [x] UnnecessaryParameterList
- [x] UnnecessaryRes…
-
https://www.npmjs.com/package/langium-ast-helper?activeTab=readme
-
See
https://github.com/langium/langium/blob/7f3fc78a9fcedd92fe7cb848278e0fd5e8f88781/packages/langium/CHANGELOG.md#formatting
Also work on #31 and #33.
-
Hi, I am trying to build a DSL with langium and using langium-sprotty library to generate a graphical model. However, it seems that this library does not support such features.
I wonder if there is…
-
there is a requirement that need to transform industrial Programming Language LD(Ladder Diagram) to other specific lauguage like C++ or PLC ST (Structured Text)language,just like sprotty state-machine…
-
Langium version: 2.1.2
Package name: langium
## Steps To Reproduce
1. Check this [playground url](https://langium.org/playground?grammar=OYJwhgthYgBAogGwJbGQVwM4ChsFMA7AFxAE9YB5ABz3COQHsCAubWd2…
-
Related to #1167. We need to load the Langium Grammar language so that we can track CST nodes of user languages to their corresponding grammar elements. But in this context, only a small set of servic…