Scala classfile manipulation library

log

age author description
2008-08-16 david Minor refactorings.default tip
2008-08-16 david Working dependency analysis. Woohoo!`
2008-08-14 david Added ++ to Graph. Because Map has no unionWith, this was about 10 times more work than it should have been.
2008-08-14 david Added some graphing utilities which will be used in the dependency analysis stuff.
2008-08-14 david Fixed attribute reading.
2008-08-14 david Right. ConstantPool reading works now.
2008-08-13 david Working on a dependency analysis tool and supporting code.
2008-06-17 david Added ByteString type (basically java.lang.String for binary data, plus some tweaks). Converted some uses of Array[Byte] to use it instead.
2008-06-17 david Ported opcodes over from FJBG.
2008-06-17 david Moved type representations over from FJBG.
2008-06-16 david Working basic classfile parser. Huzzah.
2008-06-16 david Added interfaces.
2008-06-16 david Parse a little more of the class file format.
2008-06-16 david Unsigned shorts == Chars. Doh! Thanks to Ricky Clarkson for pointing that out.
2008-06-16 david Successfully parses the constant pool.
2008-06-16 david Initial parsing code.