Constants in structs

This commit is contained in:
Krzosa Karol
2022-05-30 13:44:10 +02:00
parent 55fd4ca40c
commit 0e0b95ab52
6 changed files with 17 additions and 11 deletions

View File

@@ -16,7 +16,7 @@ if_stmt :: (cond: int): type
add_10 :: (size: int): int
// @todo: before the generation c pass, each stage should have it's own
// tree transformation phase, where it yanks functions etc.
// tree transformation phase, where it yanks functions out etc.
add_20 :: (new_size: int): int
return 20