initial commit: vibe coded compiler

This commit is contained in:
2025-08-10 17:17:01 -07:00
commit 5c1a76f223
15 changed files with 412 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package config
// Centralized physical page size in inches. Change here to retarget the whole system.
var (
PageWidthIn = 5.5
PageHeightIn = 8.5
)