R
Ryan Davis
RubyInline version 3.6.2 has been released! This is a quick patch for
weird versions of GCC and/or linux and makes ParseTree work again on
(hopefully) everything under the sun.
http://www.zenspider.com/ZSS/Products/RubyInline/
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.
Changes:
*** 3.6.2 / 2006-10-12+ 2 bug fixes
+ comment stripper much more sane to fix problems on certain linux
distros
+ fixed a nit with older C compilers.
http://www.zenspider.com/ZSS/Products/RubyInline/
weird versions of GCC and/or linux and makes ParseTree work again on
(hopefully) everything under the sun.
http://www.zenspider.com/ZSS/Products/RubyInline/
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it
allows you to embed C/++ external module code in your ruby script
directly. By writing simple builder classes, you can teach how to cope
with new languages (fortran, perl, whatever). The code is compiled and
run on the fly when needed.
Changes:
*** 3.6.2 / 2006-10-12+ 2 bug fixes
+ comment stripper much more sane to fix problems on certain linux
distros
+ fixed a nit with older C compilers.
http://www.zenspider.com/ZSS/Products/RubyInline/