Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 906 Bytes

File metadata and controls

30 lines (24 loc) · 906 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.0.1] - 2021-07-07

Changed

  • The name of "Hermes" class to "HermesMetadata" to avoid name conflicts with the package name

[2.0.0] - 2021-06-06

Added

  • A compiler and VM implementation for Monkey lang
  • Support for floating point values
  • REPL support for compiled mode

[1.0.1] - 2021-03-26

Added

  • Monkey objects now support equality comparison
  • Monkey support single line (//) and multiline (/* */) comments

Changed

  • Code refactor and quality improvements

Fixed

  • Fixed REPL copy and paste actions

[1.0.0] - 2021-01-30

Added

First release of the Monkey interpreter written in swift!! 🍺🐒