Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 647 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 647 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.

[0.2.0] - 2020-04-06

  • Mayor redesign. Each instruction is a class. Each instruction linked with the next and optimizes itself with the next instruction.

[0.0.6] - 2019-10-27

Added

  • Token enumeration replaces Instruction enumeration.
  • Token#.lexemeDef maps a lexeme (Int) with a Token

Removed

  • Instruction
  • Debug information about line and column number