Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegoetz committed Nov 7, 2024
1 parent e2ca6c4 commit 4a350ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ All notable changes to this project will be documented in this file.

### New

- GH-50 - term rewrite blocks
- GH-50 - term rewrite blocks, including adding
- reserved keyword leafs `term` ("term"), `signature` ("signature"), `rewrite` ("rewrite"), `dot` ("."), and `rewrite_arrow` ("==>")
- named nodes `rewrite_case`, `rewrite_term`, `rewrite_type`, and `rewrite_block`. The fourth is an entire rewrite block beginning with `@rewrite`, and it, inter alia, includes at least one of the other three as a child node
- GH-85 - a built-in hash is a single unit, no longer `*PATH_SEGMENT . REGULAR_ID`
- GH-86 - add `force`, in which `x()` is parsed as `(force (regular_identifier) (unit))`
- GH-90 - liberal recognition of `_layout_semicolon` at ends of lines with equal indentation levels, which helps with parsing in many places
Expand Down

0 comments on commit 4a350ce

Please sign in to comment.