Skip to content

Commit 415de38

Browse files
authored
Improved reader syntax errors (#488)
* Improved reader syntax errors * Fix tests and type checker * Fix linter * Change log
1 parent 3f24daf commit 415de38

File tree

3 files changed

+111
-54
lines changed

3 files changed

+111
-54
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
* Added `letfn` special form (#473)
1313
* Added `defn-`, `declare`, and `defonce` macros (#480)
1414
* Added EDN reader in the `basilisp.edn` namespace (#477)
15+
* Added line, column, and file information to reader `SyntaxError`s (#488)
1516

1617
### Changed
1718
* Change the default user namespace to `basilisp.user` (#466)

0 commit comments

Comments
 (0)