Skip to content

rdbo/jcfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java ClassFile Parser (JCFP)

A library to parse and manage Java ClassFiles

License

This project is licensed under the GNU AGPL-3.0

Read the file LICENSE for more information

Considerations

This library is inspired by libjnif

After making my first ClassFile parser, it felt like it could be designed much better

The jnif library seemed to be better, both in design in usability, but it felt overengineered due to using its own custom allocators, iterators, etc

This library is meant to be a better and more ergonomic version of my initial parser, but also not overengineered

About

Java ClassFile Parser (JCFP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published