Does anyone have a nice description of how to use Racc with the latest distribution of ruby? I found the developers site on Racc and it has some vague descriptions of the grammar, and describes generating the parse file from the grammar file by running racc on it. Unfortuneatly I can't figure out how to run it now that it's part of the general library. I tried ruby -rracc/parser.rb but that really didn't seem to do the trick. Anyone have any luck on using this library? How much has changed now that it's part of the default library, and just basically how to use it in it's present state. Or if it isn't an option, perhaps something similar could be mentioned? Charles Comstock