Skip to content

Commit

Permalink
Add C AST for code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
parttimenerd committed Apr 1, 2024
1 parent 0ab002a commit ed1a63c
Show file tree
Hide file tree
Showing 4 changed files with 1,123 additions and 2 deletions.
6 changes: 6 additions & 0 deletions bpf-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,11 @@
<artifactId>javapoet</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Loading

0 comments on commit ed1a63c

Please sign in to comment.