After so many requests (sorry for not satisfying them earlier), I finally committed files neccesary for anyone to generate our parser. So you want to generate the parser huh? Here is what you need to do:
One time per machine activity: 1. Get jay (I uploaded it to our repo since it can be tough to find): svn co https://svn.codehaus.org/jruby/trunk/jay 2. Build and install jay (it is a C program and the make files are not as nice as they could be) make Now to generate the grammar: 1. ./bin/generate_grammar (only can be run from JRUBY_HOME) So this is a little brittle and a little icky (but much less so than it was an hour ago). If someone really wants to add this as an ant task or improve the script then you can knock yourself out. I personally don't think we generate the grammar enough for it to be worth the effort. I am content to type './bin/generate_grammar' once every couple of months. -Tom PS- I have generated the grammar over the past few years on linux, windows, and macOS. So I know that it is possible to compile jay on all these platforms. -- Blog: http://www.bloglines.com/blog/ThomasEEnebo Email: [EMAIL PROTECTED] , [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
