feat: add CLI with build and run commands

This commit is contained in:
2026-05-03 12:58:29 -05:00
parent 3067141e5d
commit c760a98e60
12 changed files with 200 additions and 122 deletions

6
test.tampy Normal file
View File

@@ -0,0 +1,6 @@
x = 1
y = 2
if x > y:
print("x is greater")
else:
print("y is greater")