Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

49 lines (29 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.3 (2023-12-14)

Features

  • basic ast and basic parser (ded616a)
  • basic interpreter (09c0734)
  • basic interpreter (a3469af)
  • basic resolver (526eaa7)
  • basic resolver and interpreter (#2) (abf92d3)
  • ci: cargo toml updater (530593d)
  • core: basic lexer (a566fe4)
  • enviroment to keep bindings (367268a)
  • lexer: add peek_char, support tokens ColonDash, QuestionDash (d1fd5a6)
  • parser (#1) (5b68f05)
  • parser: more clause parsers, add error backtrace, float hash,eq (36a37df)

Bug Fixes

  • incorrect version in package.json (508c7d4)

0.1.2 (2023-12-13)

Features

Bug Fixes

  • incorrect version in package.json (508c7d4)

0.1.1 (2023-12-13)

Features

0.1.0 (2023-12-13)