Add more fuzz targets

This commit is contained in:
Rerumu
2021-11-28 16:14:07 -05:00
parent cbf212b636
commit 82e97ad643
6 changed files with 75 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
mod ast;
pub mod ast;
pub mod edition;
pub mod translator;
mod visitor;
+1 -1
View File
@@ -1,3 +1,3 @@
pub mod arity;
pub mod data;
mod writer;
pub mod writer;