Skip to content

Commit e985a8a

Browse files
authored
Capture node syntactic position during analysis phase (#463)
* Capture node syntactic position during analysis phase * Bodies in statements now have their final expr marked as a statement too * d o c s t r i n g * Bumpity bump * Changelog
1 parent 0784adb commit e985a8a

File tree

5 files changed

+303
-141
lines changed

5 files changed

+303
-141
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Added
99
* Added support for Shebang-style line comments (#469)
1010
* Added multiline REPL support using `prompt-toolkit` (#467)
11+
* Added node syntactic location (statement or expression) to Basilisp AST nodes emitted by the analyzer (#463)
1112

1213
### Changed
1314
* Change the default user namespace to `basilisp.user` (#466)

0 commit comments

Comments
 (0)