# 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.