Polymorphs

This commit is contained in:
Krzosa Karol
2023-04-01 09:28:35 +02:00
parent e2ae8005bb
commit 5fb4999ca8
5 changed files with 278 additions and 226 deletions

View File

@@ -25,6 +25,6 @@ Array :: struct($T: Type)
cap: int
main :: (argc: int, argv: **char): int
// array: Array(int)
array: Array(int)
return 0