Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 574 Bytes

CHANGELOG.md

File metadata and controls

20 lines (12 loc) · 574 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]

A lot.

Added

  • Core bytecode interpreter from ulox-work.
  • Simple VM version in tests that does not support classes or tests.
  • Native ulox test script template, a folder where each file must not throw, run by the test runner.

Changed

Fixed