On Fri, 28 Apr 2006, Mirko Stocker defenestrated me:

> On Thursday 27 April 2006 16:00, Thomas E Enebo wrote:
> > ? Take a shot at it. ?I have put the parser processing code at:
> > http://www.tc.umn.edu/~enebo/jruby/parser.tar.gz
> >
> > ? Compile Jay for your platform (I believe I have the windows binaries
> > there). ?Install it somewhere. ?Update 'update' to have the correct paths
> > to your jruby source. ?If you are windows you will need cygwin. ?Once this
> > is done, you just need to edit the grammar file (and possibly
> > ParserSupport).
> 
> I was just reading through the ParserSupport and found this:
> 
> ...
>       /**
>        * @fixme position
>        **/
>     public Node node_assign(Node lhs, Node rhs) {
> ...
> 
> Could this have something to do with our problem?

  Yeah it could be.  Some functions creating nodes in ParserSupport
are just sticking a position in it.  Not necesarily the right
position so much as the current position.

-Tom


-- 
+ http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+
| Thomas E Enebo, Protagonist  | "Luck favors the prepared    |
|                              |  mind." -Louis Pasteur       |


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to