goto40
goto40
Just an idea: I used textx for a simple parsing task for large files. The whole procedure was very slow, so I switched to pypy (https://pypy.org/). This gave me a...
In `scopying.md`: Change `scope_redirection_logic` to `scope_redirector` in the future.
Somehow it seems we lost a change in the docs: https://github.com/textX/textX/pull/184/files In addition to this, we could allow to specify whether an object processor is executed before or after scope...
**Use case**: a language L1 uses a language L2. If 'another' language "L2" is installed it could break the language L1. Local registration solves this problem. **Possible solution** (discussion): *...
Some grammars yield unexpected effects, when visualized: ## first_diamond.tx ``` cd tests/functional/test_metamodel/import/ textx visualize first_diamond.tx ``` Here, we get a number instead of "MyDiamondRule". ## first.tx ``` cd tests/functional/test_import/relativeimport/ textx...
# Checklist - [X] The title and commit message(s) are descriptive. - [X] Small commits made to fix your PR have been squashed to avoid history pollution. **squash on merge**:...
Are there any plans to include concurrency? E.g. after a fork...?
Langium version: 1.0.0 Package name: langium Chevrotain version; 10.4.2 ## Steps To Reproduce 1. Create Hello World Example 2. Replace Grammar with the following grammar ``` grammar HelloWorld entry Model:...
I found a strange asymmetry while playing with 3d xarrays and views on such arrays. Maybe I misunderstood the way `xt::view` works. Any hint on what happened is very appreciated....