Before adding Any type
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user