Releases: jumanji144/Jasm
Releases · jumanji144/Jasm
1.3.1
Fixed bug 👍
1.3.0
New method descriptor and parameter parser system
1.2.2
Parser rework
1.2.1
Hex parsing
- Added hex parsing
- Some minor bug fixes
- Correct escape parsing
- changed comment format
1.2.0
EXPR parser, parameters in methods and alot of bug fixes
Syntax change
- Changed declaration syntax from
<access> <naming>
<naming> <access>
- Fixed some parser edge cases
Signatures
Added signatures
1.0.2
Annotation support
1.0.1
First release
Features
- Full java bytecode set
- Invokedynamic
- Macros
- Annotations
- Try, Catch
- Switches (lookup)
- Lables