You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
827 B
827 B
Development notes
This documentation covers rationale behind some of the design and implementation decisions, as well as basic Tree-sitter tips that are relevant.
Pages
Acknowledgements
While this parser is written from scratch, there were previous efforts that made for a helpful reference:
- tree-sitter-elixir developed by @ananthakumaran
- tree-sitter-elixir developed by @wingyplus and @Tuxified
In particular, some test cases were sourced from ananthakumaran/tree-sitter-elixir.