Further progress

Mainly focusing on getting things more consistent
This commit is contained in:
Caleb Gardner
2025-07-12 02:13:41 -05:00
parent 61c86c9fea
commit 69d90242ba
9 changed files with 206 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const std = @import("std");
const TableError = error{
pub const TableError = error{
InvalidIndex,
};