Skip to content

Releases: WhatsApp/tree-sitter-erlang

0.17

13 May 09:07

Choose a tag to compare

  • Convert Makefile post-processing from Ruby to Python3 and relax rustfmt check
  • Add :> (unchecked cast) operator to tree-sitter grammar
  • Fix precedence of andalso / orelse
  • Fix ?= precedence
  • Fix catch precedence for list cons
  • Use where to introduce SSR conditions

0.16

22 Apr 08:39

Choose a tag to compare

  • OTP 29 features support
    • multi-valued comprehensions EEP-78
    • native records EEP-79
    • make function application left associative

Release 0.15

20 Mar 12:34

Choose a tag to compare

  • Fix deps vulnerabilities
  • Expose highlights query in rust (@wetneb)
    0.14.0 (2025-04-08)
  • OTP 28 features support
    • based floating point literals EEP-75
    • nominal types EEP-69
    • zip generators EEP-73
      0.13.0 (2025-03-11)

0.1.0

16 Jun 12:11

Choose a tag to compare

Add support for OTP 26 constructs

  • maybe
  • map comprehensions