Skip to content

Releases: mimium-org/mimium-rs

v2.2.7

24 Dec 12:34
Compare
Choose a tag to compare

Release Notes

Bugfix

  • Added option to control the initial return value of the function which uses self and changed the default behavior.(#118)
  • Fixed singe-line comment lexer consumes linebreak and causes parse error (#119)

Other

  • Added manually triggerable release workflow for Github Action CI

Download mimium-cli 2.2.7

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.2.6

23 Dec 17:28
Compare
Choose a tag to compare

Release Notes

Bugfix

  • Fixed an incorrect lookup order of local variables(#116)
  • Fixed type checker so that the block with curly brace creates local variable scope(#117)

Other

  • Now integration test is done in wasm build too, using node.js as filesystem host

Download mimium-cli 2.2.6

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.2.5

22 Dec 16:31
Compare
Choose a tag to compare

Release Notes

Bugfix

This release fixes several degradations introduces in the web platform.

  • Fixed audio driver crash
  • Fixed file loader is not working on native platform

Download mimium-cli 2.2.5

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.2.4

22 Dec 10:03
Compare
Choose a tag to compare

Release Notes

New Features

  • Basic setting for WASM build is completed(#112). The actual entrypoint for webaudio is mimium-webaudio. The editor webcomponent is now working on mimium-web-component. Example of the mimium-webaudio usage is on there.

Bug fix

  • Fixed the type inference bug in the let declaration.(#114)

Download mimium-cli 2.2.4

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.2.3

18 Dec 09:32
Compare
Choose a tag to compare

Release Notes

Download mimium-cli 2.2.3

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.2.2

16 Dec 09:26
Compare
Choose a tag to compare

Release Notes

Bug fix

  • fixed incorrect type unifications in function type.
  • fixed higher-order function type inference.
  • fixed possible infinite loop include tries to expand itself.(Note that mutually recursive inclusion is still possible)
  • Better error report for include

Download mimium-cli 2.2.2

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.2.1

10 Dec 09:31
Compare
Choose a tag to compare

v2.2.0

07 Dec 18:05
Compare
Choose a tag to compare

Release Notes

Improvement

  • include("file.mmm") directive can now find files in ${HOME}/.mimium/lib (#109).
  • added "reactive.mmm" example

Bug fix

  • Fixed incorrect inplementation of log function(#107)

Install mimium-cli 2.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tomoyanonymous/mimium-rs/releases/download/v2.2.0/mimium-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/tomoyanonymous/mimium-rs/releases/download/v2.2.0/mimium-cli-installer.ps1 | iex"

Download mimium-cli 2.2.0

File Platform Checksum
mimium-cli-aarch64-apple-darwin.zip Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.zip Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-pc-windows-msvc.msi x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.zip x64 Linux checksum

v2.1.1

06 Dec 03:37
Compare
Choose a tag to compare

Release Notes

Bug fix

  • Fixed another bug incomment tokenizer so that the line comment on the last line can be parsed correctly (#106)
  • Fixed crash on WSL by trying to load midi plugin though it is not available on wsl(#105)

mimium-cli 2.1.1

Download mimium-cli 2.1.1

File Platform Checksum
mimium-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

mimium-guitools 2.1.1

Download mimium-guitools 2.1.1

File Platform Checksum
mimium-guitools-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mimium-guitools-x86_64-apple-darwin.tar.xz Intel macOS checksum
mimium-guitools-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-guitools-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v2.1.0

05 Dec 09:41
Compare
Choose a tag to compare

Release Notes

Improvement

  • Error reporting is improved so that the multiple errors can be reported(#84).
  • The maximum size of PopState/ShiftState is now 24bit(#102)

Bug fix

  • Fixed bug in comment parser (#97)
  • Other small refactors(#103)

mimium-cli 2.1.0

Download mimium-cli 2.1.0

File Platform Checksum
mimium-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mimium-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
mimium-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

mimium-guitools 2.1.0

Download mimium-guitools 2.1.0

File Platform Checksum
mimium-guitools-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
mimium-guitools-x86_64-apple-darwin.tar.xz Intel macOS checksum
mimium-guitools-x86_64-pc-windows-msvc.zip x64 Windows checksum
mimium-guitools-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum