状态
语法仍在进行中,截至目前,它可以解析elixir源库中的所有文件。在较大的存储库(大约3000个源文件)上,它可以解析100%的文件。我还没有验证它是否使用正确的结构(优先级和关联性)构建ast节点。
安装
git clone gitgithub.com:ananthakumaran/tree-sitter-elixir.git
npm install # ignore node-gyp error, we will fix it in the next step
make generat