-
In #39, we discussed about using `;` as an attribute delimiting modifier.
We can generalize this for other argument-style grammars.
Currently one I can think of is macro arguments:
```
.image …
-
### Did you check the tree-sitter docs?
- [X] I have read all the [tree-sitter docs](https://tree-sitter.github.io/tree-sitter/using-parsers) if it relates to using the parser
### Is your featur…
-
I have four grammars: `common`, `A`, `B`, and `main`. Both `A` and `B` import `common`, and `main` imports all three.
The grammar `common` defines several nonterminals and productions shared betw…
-
Deciding `appears_free_in v t`, which is used in `no_capture` in the `rename` relation, requires traversing the whole term `t`, which results in quadratic run-time when checked throughout the AST.
…
-
## Problem
Currently, language injections are treated as the top-level node in that language's tree-sitter.
It would be very valuable to provide a feature that allowed for treating a specific in…
-
## Parent issue
- #5678
## Failing tests
None. Discovered accidentally.
## Notes
Add a new test to `org.drools.drl.parser.antlr4.MiscDRLParserTest`. Related to #5937. Two options:
- Develop…
-
### Required features
* [x] apply filters to individual files based on the attribute stack (for linefeed conversions of diff base)
* [x] support for reading an up-to-date version of the index/stag…
Byron updated
8 months ago
-
# Overall plan:
* Add AG terms into the glossary of [terms](../blob/master/terms) (mostly Görel)
* Synchronize with the [AG reader](../blob/master/literature/attribute_grammars.md) (Tony, Eric, ...)…
-
Hi, are there any plans to support [Component HTML Syntax](https://symfony.com/bundles/ux-twig-component/current/index.html#component-html-syntax)?
Specifically "injecting" output_directive in quoted…
-
I'm trying to figure out how to run `make test` from a nix devshell, but am running into a wall.
The way things currently work, you have to manually run the helper script that installs the latest n…