Change precedence of casts

This commit is contained in:
Krzosa Karol
2022-06-18 09:21:33 +02:00
parent 012d7fb6ad
commit f876b69779
4 changed files with 11 additions and 5 deletions

View File

@@ -44,8 +44,10 @@ want to export all the symbols, we can namespace them optionally.
[ ] - #test construct that would gather all tests and run them on start of program or something
[ ] - Error message when file not found
[ ] - Foreign import that would link library
[ ] - Builtin dynamic arrays
[ ] - Better error messages when type difference
[ ] - Kilobyte, Megabyte, Gigabyte
[ ] - Cast from array to pointer?
[ ] - Mixing loads and imports leads to code duplication, is that what we want???
[ ] - Fix field access, cant cast, cant index
[ ] - Add parent_scope to Ast_Type, Add name to Ast_Type?