Factor out full macro
diff --git a/codegen/src/main.rs b/codegen/src/main.rs
index 8fd5cf9..d80782b 100644
--- a/codegen/src/main.rs
+++ b/codegen/src/main.rs
@@ -14,6 +14,7 @@
 
 mod file;
 mod fold;
+mod full;
 mod json;
 mod parse;
 mod version;