Re: [RFC][PATCH 5/5] vm: preliminary jar-file parsing

2009-07-09 Thread Pekka Enberg
On Thu, 2009-07-09 at 01:22 +0200, Vegard Nossum wrote: > This provides a recursive-descent parser for the grammar of sections, > as given at: http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html > > The actual manifest parsing has still to be done. > > Signed-off-by: Vegard Nossum Looks ok but

Re: [RFC][PATCH 5/5] vm: preliminary jar-file parsing

2009-07-08 Thread Vegard Nossum
2009/7/9 Vegard Nossum : > This provides a recursive-descent parser for the grammar of sections, > as given at: http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html > > The actual manifest parsing has still to be done. You should probably hold off on merging this. I realized while brushing my tee

[RFC][PATCH 5/5] vm: preliminary jar-file parsing

2009-07-08 Thread Vegard Nossum
This provides a recursive-descent parser for the grammar of sections, as given at: http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html The actual manifest parsing has still to be done. Signed-off-by: Vegard Nossum --- Makefile |1 + include/vm/jar.h |6 + vm/jar.c | 35