type checker

This commit is contained in:
nub31
2025-05-16 22:14:41 +02:00
parent 60f56a0b85
commit 0679eea140
5 changed files with 418 additions and 315 deletions

View File

@@ -3,6 +3,6 @@ import c
global func main(argc: i64, argv: i64) {
printf("args: %d, starts at %p\n", argc, argv)
x: i8 = 320000
x: i8 = (i8)320000
printf("%d\n", x)
}