-
### 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
/…
-
I'm new to tree-sitter, and I've written a grammar that generates, parses, and highlights just fine. But when I try to use my grammar from another project...
```javascript
// program.js
const P…
-
From the [DOT language reference](https://graphviz.org/doc/info/lang.html):
> An ID is one of the following:
>
> - Any string of alphabetic ([a-zA-Z\200-\377]) characters, underscores ('_') or d…
-
Hi, recently I want to reimplement the CRF parser in another language like (C++/flex, python/boost and so on). I have read the paper "Less grammar, more features" which proposes more features for CRF …
-
Hello.
I was wondering if supporting/enabling editor tooling and language services is in the scope of this project.
More specifically I was wondering if **having a Parser that has low level capabi…
-
### Check for existing issues
- [X] Completed
### Describe the feature
It's not hard to understand tree-sitter is the first-class citizen, but there are cases that ASTs are not available. There is …
-
### Problem Description:
graphqurl 1.0.3 and reports that punycode library used here is outdated and it forces them to use Node 19 (older version) where someone is using later versions of NodeJs
#…
-
There are several ways that the language server might be useful for checking `.nf.test` files, which is now the testing standard for nf-core and several nextflow pipelines.
Some common things that…
-
## Objective
Enhance the developer experience when working with internationalization (i18n) in Care by consolidating locale files and implementing a VS Code extension for easier management of translat…
-
Hi!
I played around a bit with libpostal and pypostal, and I am quite impressed. Kudos!
---
#### My country is
Germany
---
#### Here's how I'm using libpostal
Thinking about including…