Skip to content

Replace tree-sitter with a token-based alternative #63

@JesseHerrick

Description

@JesseHerrick

Right now, the main thing that tree-sitter is doing for us is helping with variable-scoping for things like renames. This is quite useful, but not worth the overhead anymore now that we have a proper tokenizer. Now, obviously there's a gap between a flat set of tokens and a properly parsed tree, but I think there's value is doing this!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions