Before adding Any type

This commit is contained in:
Krzosa Karol
2022-06-18 14:38:53 +02:00
parent 499faac256
commit 8ead876d90
2 changed files with 14 additions and 12 deletions

View File

@@ -42,10 +42,8 @@ want to export all the symbols, we can namespace them optionally.
@todo
[ ] - #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???
@@ -100,6 +98,8 @@ want to export all the symbols, we can namespace them optionally.
[-] - Constants embeded in structs should be able to refer to other constants in that namespace without prefix
[-] - Order independent constants in structs
[-] - Fix recursive lambdas in structs
[x] - Error message when file not found
[x] - Better error messages when type difference
[-] - Fixing access to functions/structs, in C we cant have functons inside of structs / functions so we need to rewrite the tree
[x] - Emitting #line
[x] - Making sure debugger works