rubyomr-preview / ruby

The Ruby+OMR Preview
Other
68 stars 9 forks source link

Improve VM callback generator code #74

Open mgaudet opened 7 years ago

mgaudet commented 7 years ago

As described in this blog post, we use instruction.rb to automatically produce our VM callbacks.

However, the quality of the Ruby code I wrote to do this isn't great. It really should be improved to be more clear and idiomatic.