nushell / tree-sitter-nu

A tree-sitter grammar for nu-lang, the language of nushell
MIT License
122 stars 27 forks source link

improve cellpaths #21

Closed 1Kinoti closed 1 year ago

1Kinoti commented 1 year ago

now we can parse

$env.PATH
$list.1
$x.FOO.5

forgot this during the initial impl, but now i have added tests

fdncred commented 1 year ago

Thanks @1Kinoti. I really like how tree-sitter allows us to have these type of tests.