Skip to content

Commit 3f24daf

Browse files
authored
EDN Reader (#477)
* EDN Reader * Revert incorrect changes * Removed * Exclude * Read character literals * Lots of changes * Support for tagged elements * Fix some bugs * Parse numbers * Numeric tests * More tessts * Fix number tests * Collection tests * Changelog
1 parent 5fe98dc commit 3f24daf

File tree

5 files changed

+779
-8
lines changed

5 files changed

+779
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
* Added node syntactic location (statement or expression) to Basilisp AST nodes emitted by the analyzer (#463)
1212
* Added `letfn` special form (#473)
1313
* Added `defn-`, `declare`, and `defonce` macros (#480)
14+
* Added EDN reader in the `basilisp.edn` namespace (#477)
1415

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

0 commit comments

Comments
 (0)