You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are tools like grep-ast that are great for programmers:
$ grep-ast pattern files...`
they support variety of languages (e.g. rust - $ grep-ast --languages` : https://github.com/paul-gauthier/grep-ast (btw. can be also installed via pipx install grep-ast),
As backend some of these tools use libraries like:
I was wondering where to put such feature request to consider adding Sway support to tree-sitter to enable tools that use it to parse.
I know team is busy with launch, I wish github issues would have option "schedule submitting new issue" so I could schedule it for next year to not forget :).
The text was updated successfully, but these errors were encountered:
There are tools like grep-ast that are great for programmers:
they support variety of languages (e.g.
rust -
$ grep-ast --languages` : https://github.com/paul-gauthier/grep-ast (btw. can be also installed via pipx install grep-ast),As backend some of these tools use libraries like:
to be part of big family of parsers.
I was wondering where to put such feature request to consider adding Sway support to tree-sitter to enable tools that use it to parse.
I know team is busy with launch, I wish github issues would have option "schedule submitting new issue" so I could schedule it for next year to not forget :).
The text was updated successfully, but these errors were encountered: