summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 5a0af78e2422046859dc08e0299f5e164eac0f7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

## [Unreleased]
### 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.