File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.13.0 (2025-02-0y)
1
+ 0.14.0 (2025-04-08)
2
+ * OTP 28 features support
3
+ - based floating point literals [ EEP-75] ( https://www.erlang.org/eeps/eep-0075 )
4
+ - nominal types [ EEP-69] ( https://github.com/erlang/eep/blob/master/eeps/eep-0069.md )
5
+ - zip generators [ EEP-73] ( https://github.com/erlang/eep/blob/master/eeps/eep-0073.md )
6
+ 0.13.0 (2025-03-11)
2
7
* Bump tree-sitter version to 0.22.4
3
8
* Align operator precedence parsing with what the Erlang compiler does
4
- 0.12.0 (2025-02-0y )
9
+ 0.12.0 (2025-02-07 )
5
10
* Parse escript shebangs as a top-level form
6
11
* Allow a bare expression as a top-level form. This means the grammar
7
12
can now handle rebar.config and similar files. By @williamthome
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ edition = "2018"
6
6
keywords = [" incremental" , " parsing" , " erlang" ]
7
7
license = " MIT"
8
8
name = " tree-sitter-erlang"
9
- version = " 0.13 .0"
9
+ version = " 0.14 .0"
10
10
11
11
build = " bindings/rust/build.rs"
12
12
include = [
You can’t perform that action at this time.
0 commit comments