Skip to content

Releases: DeveloperC286/monkey_interpreter

v0.16.1

31 May 22:42
8399c60
Compare
Choose a tag to compare

0.16.1 (2024-05-31)

What's Changed

New Contributors

Full Changelog: 0.16.0...v0.16.1

0.16.0

22 Apr 22:16
Compare
Choose a tag to compare

0.16.0 (2021-12-12)

Features

0.15.3

22 Apr 22:16
Compare
Choose a tag to compare

0.15.3 (2021-12-11)

Bug Fixes

  • introducing evaluation errors (52f6d6fd)

0.15.2

22 Apr 22:16
Compare
Choose a tag to compare

0.15.2 (2021-12-11)

Bug Fixes

0.15.1

22 Apr 22:16
Compare
Choose a tag to compare

0.15.1 (2021-12-11)

Bug Fixes

0.15.0

22 Apr 22:16
Compare
Choose a tag to compare

0.15.0 (2021-11-21)

Features

  • adding defining and calling functions (e27c1d97)

0.14.0

22 Apr 22:16
Compare
Choose a tag to compare

0.14.0 (2021-11-20)

Features

  • implemented let statement and identifiers in expressions (53b86213)

0.13.0

22 Apr 22:16
Compare
Choose a tag to compare

0.13.0 (2020-09-26)

Features

  • evaluator unknown operator error (05e7c3c1)
  • evaluator type mismatch error (15daf2b3)

0.12.0

22 Apr 22:16
Compare
Choose a tag to compare

0.12.0 (2020-08-15)

Features

  • return statement nesting works (29304557)
  • initial return statement framework (86c05757)

0.11.0

22 Apr 22:16
Compare
Choose a tag to compare

0.11.0 (2020-08-10)

Features

  • if statement evaluation implemented (02044e8c)
  • infix boolean to boolean evaluation (ddc3faa5)
  • infix integer to boolean evaluation (40a792a5)