-
> turns out, the [gpuweb tree-sitter parser](https://github.com/gpuweb/tree-sitter-wgsl) is generated automatically from [the spec source](https://github.com/gpuweb/gpuweb/tree/main/wgsl).
(that's wh…
-
As a user of `mdtree,` I think it would be cool to be able to create a configuration file in my home folder that allows me to specify color settings. For example, the file could be placed at `~/.confi…
-
Currently DataFusion expressions (`Expr`) do not know their type. The type can be calculated via `
-
### Problem
Something I don't fully understand is happening here. The first two queries work as expected. The third and fourth only match the first match.
```cpp
// this one has two comments
/…
-
Hi, I would like to evaluate expression tree using `rayon join`, but I have duplicate nodes in the tree. Each node should be evaluated once, as a result I would have to block thread that awaits for a …
-
```
What steps will reproduce the problem?
1. Define query 'All pts who have 123397009|Injury of anatomical site|'
2. Try to change querydef:
a. Double-click on existing criterion
b. Click Edit…
-
Hi @danieltrt
I have below rule , which is working fine on tree sitter play ground
[[rules]]
name = "replace_boolean_parse_with_literal"
query = """
(
(if_statement
condition: (
paren…
-
### Did you check existing issues?
- [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
- [X] I have searched the…
-
The complexity of a symbolic expression
can be measured by the size of its expression tree.
We add a `tree_size` method to symbolic expressions
to count the nodes of the expression tree.
Requested…
-
```
What steps will reproduce the problem?
1. Define query 'All pts who have 123397009|Injury of anatomical site|'
2. Try to change querydef:
a. Double-click on existing criterion
b. Click Edit…