Skip to content

Releases: LimeEng/brainrust

v0.1.5

01 Apr 16:28
18dcb7f

Choose a tag to compare

Profiling Interpreter

Implemented a profiling interpreter as an alternative to the regular interpreter. It is currently pretty flawed and barebones, and ridiculously slow. It would be desirable to speed it up but this is a good baseline for now.

v0.1.4

23 Mar 17:52
83cbdf0

Choose a tag to compare

General fixes & edition 2024

- Flattened cargo workspace into a simple crate
- Updated to edition 2024
- Updated dependencies
- Fixed issues as reported by `cargo clippy` and `cargo fmt`
- Updated descriptions
- Modernized and simplified workflows
- Bumped version

v0.1.3

18 Dec 16:01
357812d

Choose a tag to compare

v0.1.3 Pre-release
Pre-release

Some CLI options have been added and the output has been cleaned up.

v0.1.2

04 May 16:25
22e898a

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

This release fixes a serious bug which manifests in some uncommon cases.

v0.1.1

31 Mar 15:18
6a1707b

Choose a tag to compare

v0.1.1 Pre-release
Pre-release

This release works quite reliability and implements a few optimizations. The CLI is better structured and more user friendly.

v0.1.0-prerelease

30 Nov 14:33
25ae28a

Choose a tag to compare

v0.1.0-prerelease Pre-release
Pre-release

This prerelease is meant to test the release workflow. The release workflow is supposed to start automatically and upload release binaries for Windows, Linux and macOS. The current CLI is unstable.