Add routine for getting proper typename
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -42,7 +42,6 @@ want to export all the symbols, we can namespace them optionally.
|
||||
|
||||
@todo
|
||||
[ ] - Better error messages when type difference
|
||||
[ ] - Casting pointers to and from void should be implicit
|
||||
[ ] - Kilobyte, Megabyte, Gigabyte
|
||||
[ ] - Mixing loads and imports leads to code duplication, is that what we want???
|
||||
[ ] - Fix field access, cant cast, cant index
|
||||
@@ -74,6 +73,7 @@ want to export all the symbols, we can namespace them optionally.
|
||||
[ ] - Conditional compilation #if
|
||||
|
||||
@donzo
|
||||
[x] - Casting pointers to and from void should be implicit
|
||||
[x] - Multiple return values
|
||||
[x] - Add c string
|
||||
[-] - Should compound resolution use an algorithm to reorder compounds to initialize all fields in order
|
||||
|
||||
Reference in New Issue
Block a user