Releases: csg-tokyo/bluescript
Releases · csg-tokyo/bluescript
v2.0.0
What's Changed
- Add CLI by @maejima-fumika in #60
- Transpiler by @chibash in #61
- Transpiler by @chibash in #62
- Update compiler and add package system. by @maejima-fumika in #63
- Transpiler by @chibash in #64
- supports enum types by @chibash in #65
- Add Website by @maejima-fumika in #66
- Separate CLI from server and add compiler tests. by @maejima-fumika in #67
- Make compiler interactive. by @maejima-fumika in #68
- Updated the Notebook and CLI to communicate with the microcontroller via native Bluetooth. by @maejima-fumika in #69
- Fix a bug in memory initialization. by @maejima-fumika in #70
- adds server/src/transpiler/compiler.ts by @chibash in #71
- Substitutes LINUX64 for TEST64 macro. by @chibash in #72
- fixes Issue #73 by @chibash in #74
- Dev/transpiler by @chibash in #76
- fixes a typo in compiler.ts. It did not run the second source file. by @chibash in #77
- Refactor cli by @maejima-fumika in #78
- Rename server directory. by @maejima-fumika in #79
- Add "Get started" and "CLI Reference" to the website. by @maejima-fumika in #80
- Add
blue replby @maejima-fumika in #81 - Add install command. by @maejima-fumika in #84
- Refactor the builtin module. by @maejima-fumika in #85
- Remove modules from release_zip on github workflow by @maejima-fumika in #87
- modifies path names in lang/src/transpiler by @chibash in #86
- Release Preparation by @maejima-fumika in #88
- Update version to 2.0.0 by @maejima-fumika in #90
Full Changelog: v1.1.4...v2.0.0
v1.1.4-GA
This version is used as an artifact for "BlueScript: A Disaggregated Virtual Machine for Microcontrollers" (see https://zenodo.org/records/17209333).
What's Changed
- Fix bugs. by @maejima-fumika in #57
- Add github workflow to zip microcontroller dir by @maejima-fumika in #58
- Add github workflow to zip modules dir by @maejima-fumika in #59
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Add timer library for host. by @maejima-fumika in #56
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Merge pull request #55 from maejima-fumika/add-benchmarks Add benchmarks and fix some bugs of docker compose for artifact evaluation.
v1.1.1
Merge pull request #54 from maejima-fumika/execute-macro-benchmarks Execute macro benchmarks
snapshot on 2025-02-02
The version used for conducting experiments.