-
There have been a few reports where the grammar sampling can significantly degrade the performance.
It would be nice to profile and optimize the implementation - there should be room for improvements…
-
It would be very convenient to be able to describe the space of possible outputs. This would be very useful for example in the domain of home automation, where the speaker is likely to say sentences s…
-
The overlay does not interact well with the new iterations to pkgs.neovimUtils.grammarToPlugin and thus also pkgs.nvim-treesitter.withAllGrammars
I get an error building with this grammar after the…
-
Grammars can specify that they take either a ``, or specifically an ``. This behavior is well-defined for literal tokens, but less clear for functions evaluating to these types.
Math functions that…
-
### What are you trying to do?
Being able to specify grammars is great, but it seems a bit underutilized at the moment. This is mostly a thought dump on how it could be improved from experimentation.…
tezlm updated
3 months ago
-
Currently, the tree-sitter grammar recognizes all key-value lines within a transaction as children of that transaction node. This behaviour is in line with the `beancount` grammar and parser behaviour…
-
We fixed an issue with our Desktop/Web apps with Grammarly here: [https://github.com/mattermost/mattermost/pull/24081](https://github.com/mattermost/mattermost/pull/24081|smart-link)
But on the Mac …
-
Define a reference grammar based on bash.
-
AI is super good at grammar correction, better than Grammarly unless they improved things. a prompt to correct grammar would be great. Ideally prompt should emphasize to keep the original writing styl…
-
```
target_el
: a_expr (AS collabel | ) # target_label
| STAR # target_star
;
```
Crashes the tool because it tries to find "target_label" as a parse…