Skip to content

Releases: chen-qingyu/bf

v1.1.1

06 Aug 09:20
Compare
Choose a tag to compare

Change

  • More detailed debug information output.

Fixed

  • Fix debug information outputs when the pointer is large.
  • Uniform error message output format.

Misc

  • Update readme.
  • Update version information output format.

v1.1.0

04 Aug 12:58
Compare
Choose a tag to compare

Feature

  • Support configuring features through program options.
  • Add feature comment.
  • Add show_help().
  • Infinite memory dynamic expansion.

Change

  • Change print format for feature debug.

Misc

  • Modify license: GPLv3 -> MIT.
  • Update readme.
  • Optimize memory usage.

v1.0.0

31 Dec 00:03
Compare
Choose a tag to compare

A simple Brainfuck interpreter implemented in C.