TravonteD / tree-sitter-fennel

Treesitter grammar for the Fennel programming language
MIT License
42 stars 9 forks source link

Add support for the nil safe operator #37

Closed TravonteD closed 2 years ago

TravonteD commented 2 years ago

A new node literal is introduced here as (nil_safe) representing the operator introduced in fennel 0.9.0

Closes #36