Skip to content

Releases: Noxtal/mindblown

0.4.1

29 Sep 20:45
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

mindblown - 0.4.1

Changelog:

  • README change to version 0.4
  • Add a new line after each interpreter command for clarity

0.4.0

28 Sep 15:04
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

mindblown - 0.4.0

Changelog:

  • Custom modular panic-free error handler for more clear and natural errors (and COLORS)
  • Handle syntax errors such as unbalanced square brackets
  • Handle system errors such as file not found, etc.

0.3.2

16 Sep 18:01
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

mindblown - 0.3.2

Changelog:

  • Allow for CLI interactivity using the compiler's process stdin when using the run flag (-r)
    • By doing so, the -r CLI is also more careful with printing to stdout, resolving issues with certain programs
  • (Windows) Make sure to shut down WSL at the end of the process so vmmem does not remain busy

0.3.1

11 Sep 04:08
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

mindblown - 0.3.1

Changelog:

  • The run (-r) flag now fully functions for all systems, fixing the bug brought by 3.0.0

0.3.0 ⚠️

11 Sep 04:05
Compare
Choose a tag to compare
0.3.0 ⚠️ Pre-release
Pre-release

mindblown - 0.3.0

Changelog:

  • The CLI was polished with the help of Clap
  • More CLI options were added such as choosing the output file, running after compilation, etc
  • README was updated with new usage guides

⚠️ NOTE this version has a critical bug for some uses of the run (-r) flag, 0.3.1 fixes this now.

0.2.1

09 Sep 16:47
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

mindblown - 0.2.1

Changelog:

  • Will now use the interpreter OR the codegen depending on if compilation is needed or not, but never both

0.2.0

09 Sep 16:42
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

mindblown - 0.2.0

Changelog:

  • The interpreter will take in as many lines as it needs for all square brackets to be closed.
  • The internals were split up into multiple files.

0.1.0

09 Sep 02:38
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

mindblown - 0.1.0

The earliest state of the project: the first official version (1.0.0) is still in the works.
Refer to the README for current features.

Full Changelog: https://github.com/Noxtal/mindblown/commits/0.1.0