Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

18 lines (13 loc) · 1.22 KB

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.

v1.1.0 - 2024-11-02

New Features

  • e5b9c92 - bytecode, lex, parse: enhance bytecode, lex, and parse modules with new features and optimizations (commit by @HsiangNianian)
  • 7c6d26c - LibCore: add raw_input function and update entry point (commit by @HsiangNianian)

v0.1.0 - 2024-11-02

New Features

  • 1255caf - bytecode, lex, parse, vm: enhance bytecode, add token types, and improve parser and VM (commit by @HsiangNianian)