Pat Eyler, of On Ruby, interviewed me about tinyrb.

tinyrb update

tinyrb is running more and more Ruby code each day. Someone is even hacking on “FFI integration”:http://github.com/wmeissner/tinyrb!

But I’m stuck with some parsing issues at the moment and the grammar is getting uselessly more complex. I need to figure out if I should rewrite the grammar using Lemon again or find another solution. I’m thinking about doing what tinypy did and write the parser in Ruby. Any suggestion?