-
Each test in a test file start parsing in the context of the top level rule and this works well for testing parse trees of top level declarations.
However, when we want to test the parse trees at the…
-
This is primarily seen in libraries like EF core that take the C# translation as canonical (and often don't recognize F# translations). However this case warrants a bit of extra investigation in my op…
-
One might expect this to work:
```java
DSL.using(connection)
.resultQuery("SELECT * FROM person WHERE id = :id")
.bind("id", 1)
.fetch();
```
But it doesn't. The plain SQL query do…
-
This is a tracking issue to keep track of all the files that have been successfully migrated to pytest.
# Integration Tests
* [x] ├── test_experiments.py(#4285)
├── `test_models`
* [x] │ …
-
### Before You File a Bug Report Please Confirm You Have Done The Following...
- [X] I have tried restarting my IDE and the issue persists.
- [X] I have updated to the latest version of the packages.…
-
### Did you check existing issues?
- [ ] 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…
-
| --- | --- |
| Bugzilla Link | [496810](https://bugs.eclipse.org/bugs/show_bug.cgi?id=496810) |
| Status | NEW |
| Importance | P3 normal |
| Reported | Jun 27, 2016 04:39 EDT |
| Modified | Jun…
-
### Location
https://github.com/swiftlang/swift-book/blob/main/TSPL.docc/ReferenceManual/SummaryOfTheGrammar.md
### Description
Using an `EBNF` understood by https://github.com/GuntherRademacher/rr…
-
Hm, to me it seems correct to use `pat..pat` in the syntax, but `expr..expr` in the hir.
Syntactically, they *are* patterns, as `..` is an infix binary operator. We *could* add some LR-style re-str…
-
Please add a method With to be able to change values of a few object properties only.
Imagine you have a table with 30 columns C1, C2, ... C30.
```cs
var q = from t in db.Tbl
select t…