tree-sitter-elixir icon indicating copy to clipboard operation
tree-sitter-elixir copied to clipboard

grammar: parse Ranges / .. operator

Open Tuxified opened this issue 3 years ago • 0 comments

In Elixir, we can define Ranges using .. operator, which the parser still needs to learn about. For example, these are valid Ranges: nums = 1 .. 10 , alphabet = ?a .. ?z

Tuxified avatar Mar 04 '21 21:03 Tuxified