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

[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 vegard.nos...@gmail.com --- Makefile |1 + include/vm/jar.h |6 +