Kyle Stevenson
Kyle Stevenson
Any update on this?
While not necessarily in the scope of this issue, it might be possible to also write a parser for the bytecode instructions and then pass them off to the InstructionFactory...
by merging #14 we only need to worry about verifying the constant pool entries as well as the attributes
@TSedlar for now, just use the buffer class for writing data back to a buffer. in the future we might fork binary-parser to allow for code generated binary writers. if...
@TSedlar if you want to reference this issue in your commits put `refs #8` inside of your commit body (not the commit header/title) as I don't expect this to be...
related to #1
Marking this for a future milestone. Probably v0.3.
Marking this for a future milestone. Probably v0.3.
Fixed in 64bc877a. Thanks for the report! Release tagged at [0.4.0](https://github.com/kylestev/jvm.js/releases/tag/v0.4.0)
depends on the error. this is a good idea though.