aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authortslil <tslil@posteo.de>2026-04-27 14:17:53 +0100
committertslil <tslil@posteo.de>2026-04-27 15:07:51 +0100
commit250078ef4955f46e93882b9383e3443d50f8d61b (patch)
treea480efd0c7c780efa51ecfa5001df1d4f5654c48 /src/main.rs
parent47bb6052919a4266cf47f47c6e6d387baf6e39b0 (diff)
refactor equality checking and fields as we start to build towards signatures
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index b0bc33c..2b798e1 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,7 @@
mod ast;
mod checker;
mod checker_set;
+mod checker_signature;
mod checker_state;
mod parser;