Saturday, 14 September 2013

Using C-code (Lex) inside Ruby Gem separate from Ruby

Using C-code (Lex) inside Ruby Gem separate from Ruby

I have Ruby Gem with preprocessor part written in C (Lex). I need compile
this part and use from Ruby code.
As I understand 'Gems with Extensions' is not suitable.
How this can be done in true way?

No comments:

Post a Comment