-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Did you check the tree-sitter docs?
- I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
Hare has this new for-each expression:
const arr = [1,2,3];
for (let item .. arr) {
fmt::println("the item:", item)!;
};
maybe you're already working on it?
otherwise maybe I'll try and learn how tree-sitter grammars work.
Describe the solution you'd like
Support the new syntax in the grammar.
I guess it would be really cool if somehow the grammar could be derived from the grammar in hare?
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request