On Wed, Feb 25, 2009 at 05:46:02PM +0100, pancake wrote: > in the description says: > > > VM specs > > * Register based > <http://github.com/macournoyer/tinyrb/blob/master/vm/opcode.h>, > (like Lua) > * Boehm GC <http://www.hpl.hp.com/personal/Hans_Boehm/gc/> > * Very small < 64K, ~2000 sloc > * Method caching and some inlining > * Lexer in Ragel, parser in Lemon > > that ~2kloc sounds suckless :) > > > http://code.macournoyer.com/tinyrb/ [+] >
The README states that it's just a subset of Ruby [1]. Regards, Matthias-Christian [1] http://github.com/macournoyer/tinyrb/tree/master
