Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sisshiki1969/ruruby

v0.4.2

03 Nov 09:00

Choose a tag to compare

Refactor bench and tests directories.

v0.4.1

03 Nov 02:55

Choose a tag to compare

  • Improve performance.
  • Bug fix.

v0.4.0

27 Oct 13:09

Choose a tag to compare

Change the structure of execution stack and context radically.

  • Local variables and information necessary for execution are now placed on the execution stack.
  • The execution stack is handled by a raw pointer, not by index.
  • Instruction sequence is also scanned by a raw pointer.

v0.3.1

19 Aug 14:20

Choose a tag to compare

Bug fixes.

  1. Fix problem that Bignum objects created from number literals are incorrectly freed by GC.
  2. Fix bug about a parsing priority of unary minus and exponential expressions.

v0.3.0

17 Aug 05:50

Choose a tag to compare

Bump version.