blob: d20253e129d58550a532bd7b22fd54068934600a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Changelog
## [Unreleased]
## [0.1.3] 2020-06-28
### Added
- Display trait implemented for SExpr and Type
### Changed
- Use type alias FloatType in lieu of f32. This should facilitate easy
modification in the future.
- Improved read function to check for correct number of parentheses in an
S-Expression, and allow multiline input.
## [0.1.2] 2020-06-27
### Added
- Added changelog.
- Added MIT License.
- Very basic REPL.
|