Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 827 Bytes

index.md

File metadata and controls

21 lines (14 loc) · 827 Bytes

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:

In particular, some test cases were sourced from ananthakumaran/tree-sitter-elixir.