Skip to content

Commit 17cbcb5

Browse files
authored
Remove AST redundancies and extraneous nesting. (#195)
1 parent 6426ae6 commit 17cbcb5

File tree

8 files changed

+247
-387
lines changed

8 files changed

+247
-387
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99
### Changed
1010
- *BREAKING:* Refactors the AST
11-
- Removed Location from the AST, replacing with a 'node id' that gives the AST node identity; the id can be used to retrieve Location
11+
- Removes Location from the AST, replacing with a 'node id' that gives the AST node identity; the id can be used to retrieve Location
12+
- Removes redundancies and extraneous nesting
1213

1314
### Added
1415
- Adds the following functionalities to PartiQL Playground:

0 commit comments

Comments
 (0)