For experimentation, I'm looking for a way to modify some of the basic Ruby codes, in particular the parser. I was wondering if this can be done at all, not to mention the use of the gem.
I narrowed down the code I need to change to static int yylex()inside parser.c. I was going to try to use an alias, but it seems to me that I am changing parser.h, which, as I understand it, cannot be done inside the Gem.
Can this be done from Gem?
source
share