Add routine for getting proper typename

This commit is contained in:
Krzosa Karol
2022-06-17 10:58:12 +02:00
parent ae62b6933e
commit 218ca7266a
3 changed files with 64 additions and 6 deletions

View File

@@ -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