txdv / cf

Java class file parser for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cf

Java .class file parser for Zig. Mainly extracted from jaz.

Tests

javac test/*.java
zig test cf.zig

Usage

Take a look at tests in src to get a sense of how to use cf! To actually integrate it in your application, reference cf.zig in your build.zig and enjoy. :)

About

Java class file parser for Zig

License:MIT License


Languages

Language:Zig 89.1%Language:Java 10.9%