Parse access flags

This commit is contained in:
ktkk 2026-06-19 11:35:45 +00:00
parent 1e6be5588a
commit 7d7df22df3
5 changed files with 147 additions and 14 deletions

View file

@ -17,6 +17,8 @@
nativeBuildInputs = with pkgs; [
zig
zls
javaPackages.compiler.openjdk25
jdt-language-server
];
buildInputs = with pkgs; [];