Skip to content

zig-java/cf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a7fc139 · Feb 2, 2023

History

42 Commits
Feb 2, 2023
Dec 25, 2021
Aug 26, 2021
Aug 26, 2021
Aug 30, 2021
Jan 15, 2023
Dec 25, 2021

Repository files navigation

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. :)